|
| 1 | +name: Bug Report |
| 2 | +description: Report a bug |
| 3 | +labels: ["bug", "needs-triage"] |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: | |
| 8 | + ## Before you start |
| 9 | + > Please **make sure you are on the latest version.** |
| 10 | + Please fill out the sections below to help everyone identify and fix the bug |
| 11 | + |
| 12 | + - type: textarea |
| 13 | + id: description |
| 14 | + attributes: |
| 15 | + label: Description |
| 16 | + description: Describe the issue |
| 17 | + validations: |
| 18 | + required: true |
| 19 | + |
| 20 | + - type: textarea |
| 21 | + id: reproduce |
| 22 | + attributes: |
| 23 | + label: Steps to reproduce |
| 24 | + description: |
| 25 | + Please provide a detailed account of the steps necessary to reproduce the issue. |
| 26 | + The more specific you are, the better chance we have of identifying and resolving the bug. |
| 27 | + Kindly list your tasks and/or queries in text format instead of using screenshots. |
| 28 | + |
| 29 | + placeholder: | |
| 30 | + Here's an example of the level of detail required to reliably and efficiently reproduce any bugs. |
| 31 | + 1. Go to the '...' page. |
| 32 | + 2. Click on the '...' button. |
| 33 | + 3. Scroll down to '...'. |
| 34 | + 4. Observe the error. |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + - type: textarea |
| 39 | + id: expected |
| 40 | + attributes: |
| 41 | + label: Describe what you expected to happen. |
| 42 | + placeholder: I expected this to happen |
| 43 | + |
| 44 | + - type: textarea |
| 45 | + id: screenshots |
| 46 | + attributes: |
| 47 | + label: Put here any screenshots or videos (optional) |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: environment |
| 51 | + attributes: |
| 52 | + label: Environment |
| 53 | + description: | |
| 54 | + Provide details about your operating system, software/tool version, and any additional relevant information about your environment. |
| 55 | + placeholder: | |
| 56 | + Operating System: [Specify your operating system and version, e.g., Windows 10, macOS 11.2.3, Ubuntu 20.04.] |
| 57 | + Software/Tool Version: [Specify the version of the software or tool you're using, if applicable.] |
| 58 | + Additional Information: [Include any other relevant information about your environment.] |
| 59 | +
|
| 60 | + - type: dropdown |
| 61 | + id: assign |
| 62 | + attributes: |
| 63 | + label: "Would you like to work on this issue?" |
| 64 | + options: |
| 65 | + - "Yes" |
| 66 | + |
| 67 | + - type: checkboxes |
| 68 | + id: acknowledgements |
| 69 | + attributes: |
| 70 | + label: 'Acknowledgements' |
| 71 | + description: 'Please confirm the following:' |
| 72 | + options: |
| 73 | + - label: 'My issue title is concise, descriptive.' |
| 74 | + required: true |
| 75 | + - label: "I searched the existing issues to ensure this bug hasn't been reported." |
| 76 | + required: true |
| 77 | + - label: 'I am using the latest version of repo.' |
| 78 | + required: true |
| 79 | + - label: 'I have provided enough information for the maintainers to reproduce and diagnose the issue.' |
| 80 | + required: true |
| 81 | + |
| 82 | + - type: markdown |
| 83 | + attributes: |
| 84 | + value: | |
| 85 | + Thanks for reporting this issue! We will get back to you as soon as possible. |
0 commit comments