Skip to content

Commit

Permalink
Merge pull request #249 from mainmatter/beerinho/244-bug-issue-template
Browse files Browse the repository at this point in the history
add bug issue template
  • Loading branch information
paoloricciuti authored Dec 13, 2024
2 parents a6b17cc + 40ec965 commit 6913e4e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
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
- serious but i have a workaround
- blocking me on a specific feature
- 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 6913e4e

Please sign in to comment.