Support
Ask for help
If you need support using Plant-it come find us!
Support the project
If you find this project helpful and would like to supporting it, consider buying me a coffee. Your generosity helps keep this project alive and ensures its continued development and improvement.
Contributing
Feel free to contribute and help improve the project.
Contributing Translations to the Project
If you're interested in contributing transactions to enhance the app, you can get started by following the guide provided here. Your support and contributions are greatly appreciated.
Bug Report, Feature Request and Question
You can submit any of this in the github issues section of the repository. Chose the right template and then fill the required info.
Bug fix
If you fix a bug, please follow the contribution guideline in order to merge the fix in the repository.
Feature development
Let's discuss first possible solutions for the development before start working on that, please open a feature request issue.
Contribution guideline
To fix a bug or create a feature, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b awesome-feature
) - Make changes or add new changes
- Commit your changes (
git add -A; git commit -m 'Awesome new feature'
) - Push to the branch (
git push origin awesome-feature
) - Create a Pull Request
Conventions
Commits should follow the semantic commit specification, although not mandatory.