Change the readme file, and add some templates for issue tracking and pull requests

This commit is contained in:
Godzil
2018-06-18 21:57:51 +01:00
parent fb14020a7f
commit c2e9449630
4 changed files with 59 additions and 52 deletions

11
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,11 @@
*Goal for this pull request*
A clear and concise description of pull request
### Checklist
[ ] I've run `npm run compile` and it produce no error
[ ] I've run `npm run test` and it produce no error
[ ] I've not pushing more than one feature in that pull request
[ ] My branch is updated with the latest from main when I make that pull request
[ ] I've tested as much as I can my changes