Contributing - RepairShopr/AutoPrintr-win GitHub Wiki
Requests for new features and bugfixes are welcome from the community. Questions can be asked on the issues page. Before creating a new issue, please take a moment to search and make sure a similar issue does not already exist or already fixed.
If you have changes you would like to contribute to the best practices guidelines, you can do that by forking the repository and creating a pull request back to this repository.
Basic insturction for contributing
- Fork this repository
- Switch to develop branch
- Add your feature/bug fix
- Test it
- Add test cases
- Add documentation
- Send pull request back
If feature is complicated and include a lot of smaller features or require several authors
- Fork this repository
- Create new branch with feature name
- Switch to this branch
- Add your feature/bug fix
- Test it
- Add test cases
- Add documentation
- Send pull request back
Develop guide
- Create new feature documetation
- Create test cases
- Develop feature
- Test feature
- Fix bugs
- Document code
- When all is works - commit feature to develop branch
- Release major version only in monday morning
- Release minor version only in morning Monday—Friday
- Release new build and bug fix build at any time