-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue and pull request templates (#13)
- Loading branch information
1 parent
c6d6f51
commit c550a26
Showing
4 changed files
with
88 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,36 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: "Something is broken? \U0001F528" | ||
|
||
--- | ||
|
||
## Bug Report | ||
|
||
**Describe the bug** | ||
|
||
*A clear and concise description of what the bug is.* | ||
|
||
**To Reproduce** | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
```shell | ||
FOR BUGS: Insert debug trace | ||
``` | ||
|
||
*In order to allow us to quickly reproduce you issue please include a link to a reproduction repository.* | ||
|
||
**Expected behavior** | ||
|
||
*A clear and concise description of what you expected to happen..* | ||
|
||
**Enviroment** | ||
|
||
* OS: [e.g. OSX 10.13.4, Windows 10] | ||
* Node/npm version: [e.g. Node 8/npm 5] | ||
|
||
**Additional context/Screenshots** | ||
Add any other context about the problem here. If applicable, add screenshots to help explain. |
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,20 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: "I have a suggestion (and may want to implement it \U0001F642)!" | ||
|
||
--- | ||
|
||
## Feature Request | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I have an issue when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. Add any considered drawbacks. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Teachability, Documentation, Adoption, Migration Strategy** | ||
If you can, explain how users will be able to use this and possibly write out a version the docs. | ||
Maybe a screenshot or design? |
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,12 @@ | ||
--- | ||
name: "\U0001F917 Support Question" | ||
about: "I have a question \U0001F4AC" | ||
|
||
--- | ||
|
||
## Question | ||
|
||
**Description** | ||
*Give more information about your doubt* | ||
|
||
* Twitter: If it's just a quick question you can ping me on Twitter: https://twitter.com/pedronauck |
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,20 @@ | ||
### Description | ||
|
||
Add here a description about your Pull Request | ||
|
||
### Review | ||
|
||
- [ ] Check the copy | ||
- [ ] ... | ||
- [ ] ... | ||
|
||
### Pre-merge checklist | ||
|
||
- [ ] ... | ||
- [ ] ... | ||
|
||
### Screenshots | ||
|
||
| Before | After | | ||
| ------ | ----- | | ||
| Image | Image | |