This collection of best practices at Gurzu helps us strengthen our engineering excellence.
- Best Practices for Managing .gitignore Files
- Git Commit Best Practices
- Guidelines for Creating a README File for Projects
- Pull Request Process
- Release Cycle & Steps For Release
- Fork it (https://github.com/GurzuInc/best-practices/fork)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request