-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): add GitHub issue PR templates
- Loading branch information
Raphaël Benitte
committed
Jul 2, 2017
1 parent
e0c116c
commit c247c23
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ node_modules | |
# misc | ||
scripts | ||
Makefile | ||
.github | ||
.eslintrc.yml | ||
.eslintignore | ||
.gitignore | ||
|