Skip to content

Commit

Permalink
chore(github): add GitHub issue PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Jul 2, 2017
1 parent e0c116c commit c247c23
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**Do you want to request a *feature* or report a *bug*?**

**What is the current behavior?**

**If the current behavior is a bug, please provide the steps to reproduce.**

**What is the expected behavior?**

**Please provide your exact configuration and mention your veggies, node, yarn/npm version and operating system.**
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!--
Thanks for submitting a pull request!
Please provide enough information so that others can review your pull request.
The two fields below are mandatory.
-->

**Summary**

<!--
Explain the **motivation** for making this change.
What existing problem does the pull request solve?
-->

**Test plan**
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ node_modules
# misc
scripts
Makefile
.github
.eslintrc.yml
.eslintignore
.gitignore
Expand Down

0 comments on commit c247c23

Please sign in to comment.