1.1 KiB
1.1 KiB
How to contribute?
- Report bugs
- Write and improve documentation
- Documentation might be incomplete, or not clear enough, and it is always possible to improve it with better wording, pictures, videos,...
- As the documentation is part of the source code, you can submit changes to the documentation by creating a pull request (see below)
- Fix bugs, add functionalities and improve the code
- See How to create a pull request below
How to create a pull request?
- Fork the project, create a feature branch from develop and give it a short name that explains the topic of your changes
- Any feature branch should focus on one topic only
- Make changes in this branch
- Write code that satisfies the coding conventions
- Test your changes on a PineTime or the InfiniTime simulator
- Create a pull request, participate in the discussion and make more changes to the feature branch if necessary
Your contributions are more than welcome!