Skip to content

Commit

Permalink
chore: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
borsini committed Aug 6, 2023
1 parent a237df8 commit 26de693
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug report
description: File a bug report
title: "[Bug 🐛]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this form!
- type: textarea
id: what-happened
attributes:
label: What happened?
placeholder: Tell us what you see!
validations:
required: true
- type: textarea
id: what-should-happen
attributes:
label: What should happen?
placeholder: Tell us what did you expect to happen
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of the extension are you running?
placeholder: ex. 0.2.0
validations:
required: true
- type: textarea
id: browsers
attributes:
label: What browsers are you seeing the problem on?
placeholder: ex. Chrome 115.0.5790.114 (Official Build) (arm64)
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Feature request
description: Suggest an addition to this project. Add a new feature
title: "[Feature 🆕]: "
labels: ["feature", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this form!
- type: textarea
id: today
attributes:
label: What is the current behavior?
placeholder: Tell us how does the extension work today
validations:
required: true
- type: textarea
id: tomorrow
attributes:
label: What could be the current behavior?
placeholder: Tell us how does the extension work today
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/3-enhancement-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Enhancement request
description: Suggest an enhancement for this project. Improve an existing feature
title: "[Enhancement 🏗]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this form!
- type: textarea
id: today
attributes:
label: What is the current behavior?
placeholder: Tell us how does the extension work today
validations:
required: true
- type: textarea
id: tomorrow
attributes:
label: What could be the new behavior?
placeholder: Tell us how could the extension work tomorrow
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/4-question-support-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Question/Support request
description: Ask a question or for support
title: "[Question/Support ❓]: "
labels: ["triage"]
body:
- type: textarea
id: today
attributes:
label: Describe your question or ask for support
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 26de693

Please sign in to comment.