Skip to content

Commit

Permalink
github: add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Jun 20, 2023
1 parent dc962ce commit 579ea8d
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
name: 🕷️ Bug report
description: Report errors or unexpected behavior.
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for reporting issues of fossil-scm vscode extension!
To make it easier for us to help you please enter detailed information below.
- type: dropdown
id: desire
attributes:
label: Desire
description: How much do you want this to be fixed?
options:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
validations:
required: true
- type: checkboxes
id: help
attributes:
label: Help
description: How much are you willing to help?. Its okay if you choose none.
options:
- label: Discuss
- label: Test
- label: Code
- type: textarea
attributes:
label: Steps to reproduce
placeholder: |
1.
2.
3.
- type: textarea
attributes:
label: Description
validations:
required: true
- type: input
attributes:
label: OS
- type: input
attributes:
label: Fossil version
- type: input
attributes:
label: Vscode/Vscodium version
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: ⭐ Feature request
description: Suggest an idea.
labels: [enhancement]
body:
- type: dropdown
id: desire
attributes:
label: Desire
description: How much do you want this feature?
options:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
validations:
required: true
- type: checkboxes
id: help
attributes:
label: Help
description: How much are you willing to help?. Its okay if you choose none.
options:
- label: Discuss
- label: Test
- label: Code
- type: textarea
attributes:
label: Description
validations:
required: true
7 changes: 7 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Fossil version: x.x.x

Operating system: ???

Vscode/Vscodium version: x.x.x

I want this to be fixed/implemented (on a scale 1-10): #

0 comments on commit 579ea8d

Please sign in to comment.