Skip to content

Latest commit

ย 

History

History
30 lines (17 loc) ยท 1.08 KB

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) ยท 1.08 KB

Contributing to three-days-android

We're glad you're interested in contributing to our project! Here are a few guidelines to help you get started.

Bug Reports

If you find a bug in the code, please submit an issue on GitHub. Be sure to include a clear description of the problem, and steps to reproduce the issue.

Feature Requests

If you have an idea for a new feature, please submit an issue on GitHub. Be sure to include a clear description of the feature and why you think it would be useful.

Code Contributions

If you'd like to make a code contribution, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch for your changes.
  3. Make your changes and include clear, concise, and meaningful commit messages.
  4. Submit a pull request on GitHub.

Please make sure your code follows the style and conventions of the existing code, and that it includes appropriate tests and documentation.

Code of Conduct

Please also be sure to read and follow our Code of Conduct.

Thanks!

Thank you for your contributions to our project!