mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
docs(github) add templates: issue, pull request
This commit is contained in:
parent
79dba0f0f2
commit
bc4d84f441
2 changed files with 19 additions and 0 deletions
10
.github/ISSUE_TEMPLATE.md
vendored
Normal file
10
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue