Skip to content

Commit

Permalink
Improve bug form
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jun 3, 2024
1 parent f15699a commit cf96eef
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ body:
id: package
attributes:
label: Installation method
description: Which package are you using?
description: |
Some packages are maintained by the community, rather than by the Sherlock Project.
Knowing which packages are affected helps us diagnose package-specific bugs.
options:
- Select one
- PyPI (via pip)
- Homebrew
- Docker
Expand All @@ -27,27 +30,37 @@ body:
id: description
attributes:
label: Description
description: Describe the bug you are experiencing
description: |
Detailed descriptions that help contributors understand and reproduce your bug are much more likely to lead to a fix.
Please include the following information:
- What you were trying to do
- What you expected to happen
- What actually happened
- Any additional information that might help us diagnose the problem
placeholder: |
When doing {action}, {expected result} is what I expected to happen, but {actual result} happened instead.
When doing {action}, the expected result should be {expected result}.
When doing {action}, however, the actual result was {actual result}.
This is undesirable because {reason}.
validations:
required: true
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Write a step by step list that will allow us to reproduce this bug
description: Write a step by step list that will allow us to reproduce this bug.
placeholder: |
1. Do something
2. Then do something else
validations:
required: true
- type: textarea
id: additional-info
attributes:
label: Additional information
description: If you have some additional information, please write it here
description: If you have some additional information, please write it here.
validations:
required: false
- type: checkboxes
Expand Down

0 comments on commit cf96eef

Please sign in to comment.