Skip to content

Commit

Permalink
add bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
beerinho committed Dec 13, 2024
1 parent bf0c71b commit 003944e
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: "\U0001F41E Bug report"
description: Report an issue with Sheepdog
labels: ['bug']
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Please provide a link to a repo or REPL that can reproduce the problem you ran into. If a report is provided without an easy way to reproduce the bug, it's likely we will not be able to help.
placeholder: Reproduction
validations:
required: true
- type: dropdown
id: severity
attributes:
label: Severity
description: Select the severity of this issue
options:
- annoyance
- blocking all usage of Sheepdog
validations:
required: true
- type: dropdown
id: package
attributes:
label: Package name
description: Select the Sheepdog package
options:
- core
- svelte
validations:
required: true

0 comments on commit 003944e

Please sign in to comment.