Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.01 KB

File metadata and controls

84 lines (52 loc) · 2.01 KB

🤝 Contributing to Image Classifier

Welcome! We're thrilled you're interested in contributing to the DeepFakes Image Classifier project. Whether you're a beginner or an experienced developer, your contributions are valuable and appreciated.


🧠 What You Can Contribute

We welcome contributions in the form of:

  • 🚀 New features or enhancements
  • 🐛 Bug fixes
  • 📖 Documentation improvements
  • ✅ Test cases and validation
  • 🌟 Suggestions and ideas

🛠 Getting Started

1. Fork the Repository

Click the Fork button at the top-right of this page to create your own copy of the repository.

2. Clone Your Fork

git clone https://github.com/your-username/Real-vs-Fake-Deepfakes_.git
cd Real-vs-Fake-Deepfakes_

3. Create a New Branch

git checkout -b your-feature-name

4. Make Your Changes

  • Write clean, modular, and documented code
  • Make sure your code follows Python standards (PEP8)
  • Add comments if necessary

5. Test Your Changes

Ensure that your feature works correctly and doesn’t break existing functionality.

6. Commit and Push

git add .
git commit -m "Add: meaningful message about what you changed"
git push origin your-feature-name

7. Submit a Pull Request

Go to your forked repo on GitHub and click Compare & pull request. Describe your changes clearly.


💡 Tips for First-Time Contributors

  • Start with good first issue issues
  • Ask questions by opening an issue or discussion
  • Don’t worry about being perfect—we’ll help you learn!

🧪 Code of Conduct

Please be kind and respectful in all interactions. Harassment or discrimination of any kind will not be tolerated. Read our Code of Conduct for more.


📬 Need Help?

If you're stuck or have any questions:

  • Create an issue
  • Tag a maintainer or mention your problem in the issue

Thank you for helping improve this project! ✨