First off, thanks for taking the time to contribute! The following is a set of guidelines for contributing to naturblick-android, which is hosted under on GitHub.
If you find a bug in the project, please create an issue with the following details:
- Steps to Reproduce: Describe the steps needed to reproduce the bug.
- Expected Behavior: Explain what you expected to happen.
- Actual Behavior: Explain what actually happened.
- Screenshots: If applicable, add screenshots to help explain your problem.
- Environment: Include any relevant details about your development environment, including Swift version, Xcode version, etc.
If you have an idea for an enhancement, please follow these steps:
- Check the list of open issues to see if someone else has suggested it already.
- If not, open a new issue and describe your idea in detail.
- Include details about why you think this enhancement would be useful.
Please adhere to our Code of Conduct.
If you have an idea that's not completely fleshed out, please open an issue first to discuss.
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.