Setting guidelines for repository contributors.
GitHub listened and now we're able to create templates for issues and pull requests.
- Faça o fork!
- Crie a sua branch feature:
git checkout -b my-new-feature
- Faça o commit das suas alterações:
git commit -m 'Add some feature'
- Faça o push para o servidor:
git push origin my-new-feature
- E realize o pull request
Verifique os Releases ver detalhado o log de alterações.
MIT license © Hemerson Vianna