|
| 1 | +name: Bug report |
| 2 | +description: Create a bug report to help us improve |
| 3 | +labels: [ "bug", "needs triage" ] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ## Hi there 👋 |
| 9 | + Thanks for helping us improve Fossify by reporting a bug! |
| 10 | + Please fill in as much information as possible about your bug to avoid unnecessary and time-consuming back-and-forth communication. |
| 11 | +
|
| 12 | + - type: checkboxes |
| 13 | + id: checklist |
| 14 | + attributes: |
| 15 | + label: "Checklist" |
| 16 | + options: |
| 17 | + - label: "I can reproduce the bug with the currently live website [here](https://www.fossify.org)." |
| 18 | + required: true |
| 19 | + - label: "I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/fossifyorg.github.io/issues) or [closed](https://github.com/FossifyOrg/fossifyorg.github.io/issues?q=is%3Aissue+is%3Aclosed) - to which I could contribute my information." |
| 20 | + required: true |
| 21 | + - label: "I made sure that there are **no existing discussions** - [open](https://github.com/FossifyOrg/fossifyorg.github.io/discussions) or [closed](https://github.com/FossifyOrg/fossifyorg.github.io/discussions?discussions_q=is%3Aclosed) - to which I could contribute my information." |
| 22 | + required: true |
| 23 | + - label: "**I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.**" |
| 24 | + required: true |
| 25 | + - label: "This issue contains only one bug." |
| 26 | + required: true |
| 27 | + - label: "I have read and understood the [contribution guidelines](https://github.com/FossifyOrg/fossifyorg.github.io/blob/master/CONTRIBUTING.md)." |
| 28 | + required: true |
| 29 | + |
| 30 | + - type: input |
| 31 | + id: device-os-info |
| 32 | + attributes: |
| 33 | + label: Affected Browser/OS |
| 34 | + description: | |
| 35 | + What operating system and browser were you using when you encounter the bug? |
| 36 | + placeholder: "Example: Firefox 133.0" |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: steps-to-reproduce |
| 42 | + attributes: |
| 43 | + label: Steps to reproduce the bug |
| 44 | + description: | |
| 45 | + What did you do for the bug to show up? |
| 46 | +
|
| 47 | + If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug. |
| 48 | +
|
| 49 | + placeholder: | |
| 50 | + 1. Go to '...' |
| 51 | + 2. Click on '....' |
| 52 | + 3. Scroll down to '....' |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: textarea |
| 57 | + id: expected-behavior |
| 58 | + attributes: |
| 59 | + label: Expected behavior |
| 60 | + description: | |
| 61 | + Tell us what you expect to happen. |
| 62 | + validations: |
| 63 | + required: true |
| 64 | + |
| 65 | + - type: textarea |
| 66 | + id: actual-behavior |
| 67 | + attributes: |
| 68 | + label: Actual behavior |
| 69 | + description: | |
| 70 | + Tell us what happens with the steps given above. |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: textarea |
| 75 | + id: screen-media |
| 76 | + attributes: |
| 77 | + label: Screenshots/Screen recordings |
| 78 | + description: | |
| 79 | + A picture or video is worth a thousand words. |
| 80 | +
|
| 81 | + If applicable, drag and drop screenshots or a screen recording to help explain your problem. If your file is too big for Github to accept, try to compress it (ZIP file), or feel free to paste a link to an image/video instead. |
| 82 | +
|
| 83 | + - type: textarea |
| 84 | + id: additional-information |
| 85 | + attributes: |
| 86 | + label: Additional information |
| 87 | + description: | |
| 88 | + Please provide any additional information or context that may be relevant, for example: |
| 89 | + * browser configuration |
| 90 | + * extensions you are using e.g. Dark Reader |
| 91 | + * you have disabled all animations on your device |
| 92 | + * your rabbit chewed your network cable |
| 93 | + * ... |
| 94 | +
|
0 commit comments