-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): update issue templates
- Loading branch information
Sean
authored
Mar 26, 2020
1 parent
abaf09b
commit be0ed70
Showing
4 changed files
with
168 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,51 @@ | ||
--- | ||
name: Bug Report | ||
about: Use this if something isn't working how you think it should or you think you've | ||
found a bug | ||
title: "[scope] summary of your report" | ||
labels: state/awaiting-investigation, state/awaiting-triage, type/bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Bug Report | ||
<!-- Describe what's wrong in great detail (required). --> | ||
|
||
## Steps to reproduce | ||
<!-- Tell us how to reproduce your issue (required). --> | ||
1. | ||
2. | ||
3. | ||
|
||
## Expected result | ||
<!-- Tell us what result you were expecting (required). --> | ||
|
||
## Actual result | ||
<!-- Tell us what the actual result was (required). --> | ||
|
||
## Testcase | ||
<!-- | ||
If possible create an example of your issue via a JSFiddle. | ||
How to create an example: | ||
1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn | ||
2. Click "Fork" at the top | ||
3. Add the minimum required HTML, CSS and JavaScript which reproduces | ||
your issue | ||
4. Click "Save" at the top | ||
5. Copy the URL of your fiddle and link it here | ||
--> | ||
|
||
## Screenshot (if possible) | ||
<!-- | ||
If possible include images or gifs of your issue. | ||
E.g. Incorrect component CSS should include an image of what the | ||
component looks like. | ||
If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX | ||
--> | ||
|
||
## Version | ||
<!-- Include the version of the library you are using (required). --> | ||
2.x.x |
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,51 @@ | ||
--- | ||
name: Bug report | ||
about: Use this if something isn't working how you think it should or you think you've | ||
found a bug | ||
title: "[scope] summary of your bug" | ||
labels: type/bug, state/awaiting-investigation, state/awaiting-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Bug Report | ||
<!-- Describe what's wrong in great detail (required). --> | ||
|
||
## Steps to reproduce | ||
<!-- Tell us how to reproduce your issue (required). --> | ||
1. | ||
2. | ||
3. | ||
|
||
## Expected result | ||
<!-- Tell us what result you were expecting (required). --> | ||
|
||
## Actual result | ||
<!-- Tell us what the actual result was (required). --> | ||
|
||
## Testcase | ||
<!-- | ||
If possible create an example of your issue via a JSFiddle. | ||
How to create an example: | ||
1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn | ||
2. Click "Fork" at the top | ||
3. Add the minimum required HTML, CSS and JavaScript which reproduces | ||
your issue | ||
4. Click "Save" at the top | ||
5. Copy the URL of your fiddle and link it here | ||
--> | ||
|
||
## Screenshot (if possible) | ||
<!-- | ||
If possible include images or gifs of your issue. | ||
E.g. Incorrect component CSS should include an image of what the | ||
component looks like. | ||
If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX | ||
--> | ||
|
||
## Version | ||
<!-- Include the version of the library you are using (required). --> | ||
2.x.x |
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,41 @@ | ||
--- | ||
name: Feature Request | ||
about: Use this to suggest new feature/enhancements | ||
title: "[scope] summary of your request" | ||
labels: state/awaiting-triage, type/feat | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Feature Request | ||
<!-- | ||
Explain your request in great detail (required). | ||
Things to consider: | ||
- Why should we add this feature/enhancement | ||
- What problem(s) does it solve | ||
- Complexity | ||
- How we should implement it | ||
--> | ||
|
||
## Example (if possible) | ||
<!-- | ||
If possible demonstrate your request via a JSFiddle. | ||
How to create an example: | ||
1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn | ||
2. Click "Fork" at the top | ||
3. Add the HTML, CSS and JavaScript which shows your request | ||
4. Click "Save" at the top | ||
5. Copy the URL of your fiddle and link it here | ||
--> | ||
|
||
## Screenshot (if possible) | ||
<!-- | ||
If possible include images or gifs of your request. | ||
E.g. new component request should include images of the component | ||
in other frameworks and on websites. | ||
If your looking for a tool we recommend ShareX - https://github.com/ShareX/ShareX | ||
--> |
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,25 @@ | ||
--- | ||
name: Support Question | ||
about: Use this if you have a any question or need a helping hand | ||
title: "[Help] summary of your issue" | ||
labels: state/awaiting-triage, type/usage | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Help Wanted | ||
<!-- Tell us your question or what you need help with. (required) --> | ||
|
||
## Testcase | ||
<!-- | ||
If your asking for help please include an example of your problem to help | ||
us provide the best support. | ||
How to create an example: | ||
1. Open the following JSFiddle - https://jsfiddle.net/31d6y7mn | ||
2. Click "Fork" at the top | ||
3. Add the minimum required HTML, CSS and JavaScript which reproduces | ||
your problem | ||
4. Click "Save" at the top | ||
5. Copy the URL of your fiddle and link it here | ||
--> |