|
1 |
| -name: Bug Report |
| 1 | +name: Bug report |
2 | 2 | description: File a bug report
|
3 | 3 | labels: ["bug"]
|
4 | 4 | body:
|
5 |
| - - type: markdown |
| 5 | + - type: dropdown |
| 6 | + id: package |
6 | 7 | attributes:
|
7 |
| - value: | |
8 |
| - Thanks for taking the time to fill out this bug report! |
| 8 | + label: Installation method |
| 9 | + description: | |
| 10 | + Some packages are maintained by the community, rather than by the Sherlock Project. |
| 11 | + Knowing which packages are affected helps us diagnose package-specific bugs. |
| 12 | + options: |
| 13 | + - Select one |
| 14 | + - PyPI (via pip) |
| 15 | + - Homebrew |
| 16 | + - Docker |
| 17 | + - Kali repository (via apt) |
| 18 | + - Built from source |
| 19 | + - Other (indicate below) |
| 20 | + validations: |
| 21 | + required: true |
9 | 22 | - type: textarea
|
10 | 23 | id: description
|
11 | 24 | attributes:
|
12 | 25 | label: Description
|
13 |
| - description: Describe the bug you are experiencing |
14 |
| - placeholder: Something happend when I did something |
| 26 | + description: | |
| 27 | + Detailed descriptions that help contributors understand and reproduce your bug are much more likely to lead to a fix. |
| 28 | + Please include the following information: |
| 29 | + - What you were trying to do |
| 30 | + - What you expected to happen |
| 31 | + - What actually happened |
| 32 | + placeholder: | |
| 33 | + When doing {action}, the expected result should be {expected result}. |
| 34 | + When doing {action}, however, the actual result was {actual result}. |
| 35 | + This is undesirable because {reason}. |
15 | 36 | validations:
|
16 | 37 | required: true
|
17 | 38 | - type: textarea
|
18 | 39 | id: steps-to-reproduce
|
19 | 40 | attributes:
|
20 | 41 | label: Steps to reproduce
|
21 |
| - description: Write a step by step list that will allow us to reproduce this bug |
| 42 | + description: Write a step by step list that will allow us to reproduce this bug. |
22 | 43 | placeholder: |
|
23 | 44 | 1. Do something
|
24 | 45 | 2. Then do something else
|
25 | 46 | validations:
|
26 | 47 | required: true
|
27 |
| - - type: textarea |
28 |
| - id: expected-behavior |
29 |
| - attributes: |
30 |
| - label: Expected behavior |
31 |
| - description: Explain how you expect Sherlock to behave |
32 |
| - placeholder: I expect Sherlock to behave like this when that is done |
33 |
| - validations: |
34 |
| - required: true |
35 |
| - - type: textarea |
36 |
| - id: actual-behavior |
37 |
| - attributes: |
38 |
| - label: Actual behavior |
39 |
| - description: Explain how Sherlock is acutally behaving |
40 |
| - placeholder: Sherlock should be behaving like this when that is done |
41 |
| - validations: |
42 |
| - required: true |
43 | 48 | - type: textarea
|
44 | 49 | id: additional-info
|
45 | 50 | attributes:
|
46 | 51 | label: Additional information
|
47 |
| - description: If you have some additional information, please write it here |
| 52 | + description: If you have some additional information, please write it here. |
48 | 53 | validations:
|
49 |
| - required: true |
| 54 | + required: false |
50 | 55 | - type: checkboxes
|
51 | 56 | id: terms
|
52 | 57 | attributes:
|
|
0 commit comments