docs(github) add templates: issue, pull request

This commit is contained in:
coderaiser 2016-06-09 19:53:03 +03:00
parent 79dba0f0f2
commit bc4d84f441
2 changed files with 19 additions and 0 deletions

10
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,10 @@
<!--
Thank you for reporting an issue. Please fill in the template below. If unsure
about something, just do as best as you're able.
-->
* **Version** (`cloudcmd -v`):
* **Node Version** `node -v`:
* **OS** (`uname -a` on linux):
* **Browser name/version**:

9
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,9 @@
<!--
Thank you for making pull request. Please fill in the template below. If unsure
about something, just do as best as you're able.
-->
[ ] commit message named according to [Contributing Guide](https://github.com/coderaiser/cloudcmd/blob/master/CONTRIBUTING.md "Contributting Guide")
[ ] `npm run codestyle` is OK
[ ] `npm test` is OK