Welcome to the Windows Dog Classifier project! We're excited to have you contribute. Before you get started, please take a moment to read through our contribution guidelines.
If you find a bug, please open an issue with the following information:
- A clear and descriptive title.
- A detailed description of the issue, including steps to reproduce it.
- Expected behavior and actual behavior.
- Relevant screenshots or error messages.
We welcome suggestions for new features or improvements. To suggest an enhancement, open an issue with:
- A clear and descriptive title.
- A detailed description of the enhancement you're proposing.
If you'd like to contribute code to the project, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m "Your descriptive commit message"
. - Push your changes to your fork:
git push origin feature-name
. - Open a pull request with a clear title and description.
Before submitting a pull request, ensure the following:
- Your code follows the project's coding standards.
- All existing tests pass, and you've added new tests for your changes.
Please note that this project is released with a Code of Conduct. By participating in this project, you agree to abide by its terms.
By contributing to this project, you agree that your contributions will be licensed under the GPL-3.0 License.
Thank you for contributing to Windows Dog Classifier!