|
| 1 | +name: 🐛 Bug |
| 2 | +description: Report an issue to help improve the project. |
| 3 | +title: "[BUG] <description>" |
| 4 | +labels: ["🛠 goal: fix", "🚦 status: awaiting triage"] |
| 5 | +body: |
| 6 | + - type: checkboxes |
| 7 | + id: duplicates |
| 8 | + attributes: |
| 9 | + label: Has this bug been raised before? |
| 10 | + description: Increase the chances of your issue being accepted by making sure it has not been raised before. |
| 11 | + options: |
| 12 | + - label: I have checked "open" AND "closed" issues and this is not a duplicate |
| 13 | + required: true |
| 14 | + - type: input |
| 15 | + attributes: |
| 16 | + label: Where did you find this bug? |
| 17 | + description: Local dev environment or production on biodrop.io |
| 18 | + validations: |
| 19 | + required: true |
| 20 | + - type: input |
| 21 | + attributes: |
| 22 | + label: Version of BioDrop (for example "v1.2.3") |
| 23 | + description: Can be found in the lower right corner of the web interface in the footer. |
| 24 | + validations: |
| 25 | + required: true |
| 26 | + - type: textarea |
| 27 | + id: description |
| 28 | + attributes: |
| 29 | + label: Description |
| 30 | + description: A clear description of the bug you have found. Please include relevant information and resources (for example the steps to reproduce the bug) |
| 31 | + validations: |
| 32 | + required: true |
| 33 | + - type: textarea |
| 34 | + id: steps |
| 35 | + attributes: |
| 36 | + label: Steps to Reproduce |
| 37 | + description: To help us recreate the bug, provide a numbered list of the exact steps taken to trigger the buggy behavior. |
| 38 | + value: | |
| 39 | + If you know the steps, follow the below format and provide steps to reproduce |
| 40 | +
|
| 41 | + For example: |
| 42 | +
|
| 43 | + 1. Go to <replace your> page. |
| 44 | + 1. On top right side, close to the <Account> menu |
| 45 | + 1. Some menu are not working properly. |
| 46 | + 1. Continue... |
| 47 | +
|
| 48 | + If you don't know exact steps, include any relevant details like: |
| 49 | +
|
| 50 | + - What page you were on... |
| 51 | + - What you were trying to do... |
| 52 | + - What went wrong... |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + - type: textarea |
| 56 | + id: screenshots |
| 57 | + attributes: |
| 58 | + label: Screenshots |
| 59 | + description: Please add screenshots if applicable |
| 60 | + validations: |
| 61 | + required: false |
| 62 | + - type: dropdown |
| 63 | + id: assignee |
| 64 | + attributes: |
| 65 | + label: Do you want to work on this issue? |
| 66 | + multiple: false |
| 67 | + options: |
| 68 | + - "No" |
| 69 | + - "Yes" |
| 70 | + default: 0 |
| 71 | + validations: |
| 72 | + required: false |
| 73 | + - type: textarea |
| 74 | + id: extrainfo |
| 75 | + attributes: |
| 76 | + label: If "yes" to above, please explain how you would technically implement this |
| 77 | + description: For example reference any existing code |
| 78 | + validations: |
| 79 | + required: false |
| 80 | + - type: markdown |
| 81 | + attributes: |
| 82 | + value: | |
| 83 | + You can also join our Discord community [here](http://discord.eddiehub.org) |
0 commit comments