|
| 1 | +# Contributing to Windows Dog Classifier |
| 2 | + |
| 3 | +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. |
| 4 | + |
| 5 | +## How to Contribute |
| 6 | + |
| 7 | +### Reporting Bugs |
| 8 | + |
| 9 | +If you find a bug, please open an issue with the following information: |
| 10 | + |
| 11 | +- A clear and descriptive title. |
| 12 | +- A detailed description of the issue, including steps to reproduce it. |
| 13 | +- Expected behavior and actual behavior. |
| 14 | +- Relevant screenshots or error messages. |
| 15 | + |
| 16 | +### Suggesting Enhancements |
| 17 | + |
| 18 | +We welcome suggestions for new features or improvements. To suggest an enhancement, open an issue with: |
| 19 | + |
| 20 | +- A clear and descriptive title. |
| 21 | +- A detailed description of the enhancement you're proposing. |
| 22 | + |
| 23 | +### Making Code Contributions |
| 24 | + |
| 25 | +If you'd like to contribute code to the project, follow these steps: |
| 26 | + |
| 27 | +1. Fork the repository. |
| 28 | +2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`. |
| 29 | +3. Make your changes and commit them: `git commit -m "Your descriptive commit message"`. |
| 30 | +4. Push your changes to your fork: `git push origin feature-name`. |
| 31 | +5. Open a pull request with a clear title and description. |
| 32 | + |
| 33 | +Before submitting a pull request, ensure the following: |
| 34 | + |
| 35 | +- Your code follows the project's coding standards. |
| 36 | +- All existing tests pass, and you've added new tests for your changes. |
| 37 | + |
| 38 | +## Code of Conduct |
| 39 | + |
| 40 | +Please note that this project is released with a [Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms. |
| 41 | + |
| 42 | +## License |
| 43 | + |
| 44 | +By contributing to this project, you agree that your contributions will be licensed under the [GPL 3.0 License](LICENSE). |
| 45 | + |
| 46 | +Thank you for contributing to Windows Dog Classifier! |
0 commit comments