Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.38 KB

File metadata and controls

55 lines (39 loc) · 1.38 KB

Contributing Guidelines

Thank you for your interest in contributing to the Restaurant Review Sentiment Analysis project! 🎉

We welcome contributions from everyone. Please follow the steps below to get started.

🛠️ How to Contribute

1. Fork the Repository

Click the "Fork" button at the top of this repo to create your own copy.

2. Clone Your Fork

git clone https://github.com/your-username/restaurant-review-sentiment-analysis.git
cd restaurant-review-sentiment-analysis

3. Create a New Branch

git checkout -b feature/your-feature-name

4. Make Your Changes

  • Make sure your code is clean and commented.
  • Add appropriate test cases if required.

5. Commit Your Changes

git add .
git commit -m "Add: your feature description"

6. Push to GitHub

git push origin feature/your-feature-name

7. Create a Pull Request

Go to your forked repo on GitHub and click "Compare & pull request". Provide a clear title and description.

🧪 Code of Conduct

  • Be respectful and considerate.
  • Avoid hate speech or discrimination of any kind.
  • Report any abuse or harassment to the maintainers.

💡 Tips for a Good Contribution

  • Read the README.md and understand the project goals.
  • Write clean, readable code.
  • Follow Python best practices (e.g. PEP 8).
  • Test your changes before submitting.

Happy coding! 💻✨