Skip to content

Commit

Permalink
chore(github): update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean authored Mar 26, 2020
1 parent abaf09b commit be0ed70
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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
-->
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/support-question.md
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
-->

0 comments on commit be0ed70

Please sign in to comment.