Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 720 Bytes

File metadata and controls

20 lines (12 loc) · 720 Bytes

How to Contribute

  1. Fork the repository to your GitHub account.

  2. Clone the forked repository to your local machine.

    git clone https://github.com/minugavand/Sentiment_Detection.git
  3. Create a new branch for your contribution.

  4. Make your changes, fix the issue, or add the feature.

  5. Commit your changes with a descriptive commit message.

  6. Push your changes to your forked repository.

  7. Create a pull request from your forked repository to the main repository. Ensure your pull request is descriptive and explains the changes you've made.

  8. Your pull request will be reviewed by the maintainers. Make sure to respond to any feedback or comments in a timely manner.