|
1 | | -name: Report an issue |
2 | | -description: Create a report to help us improve |
3 | | -labels: ["bug"] |
| 1 | +--- |
| 2 | +name: "🐞 Report a bug" |
| 3 | +description: Help me fix bugs faster with a clear report |
| 4 | +labels: ["bug", "status: needs-triage"] |
4 | 5 | body: |
5 | | - - type: checkboxes |
| 6 | + - type: markdown |
6 | 7 | attributes: |
7 | | - label: Browser |
8 | | - description: In which browser(s) did you encounter the issue? |
9 | | - options: |
10 | | - - label: Chrome |
11 | | - - label: Firefox |
| 8 | + value: | |
| 9 | + Thanks for reporting this 🙌 |
| 10 | + Please share as much detail as you can so I can reproduce the issue and ship a fix quickly. |
| 11 | + - type: input |
| 12 | + id: operating-system |
| 13 | + attributes: |
| 14 | + label: "💻 Operating system" |
| 15 | + description: Which operating system are you using? |
| 16 | + placeholder: Windows 11 |
| 17 | + validations: |
| 18 | + required: false |
| 19 | + - type: input |
| 20 | + id: browser |
| 21 | + attributes: |
| 22 | + label: "🌐 Browser and version" |
| 23 | + description: Which browser and version are you using? |
| 24 | + placeholder: Chrome 144.0.0.0 |
12 | 25 | validations: |
13 | 26 | required: true |
14 | 27 | - type: input |
| 28 | + id: extension-version |
15 | 29 | attributes: |
16 | | - label: Extension version |
17 | | - description: What version of the extension are you using? |
18 | | - placeholder: 1.0.0 |
| 30 | + label: "🧩 Extension version" |
| 31 | + description: Which extension version are you currently using? |
| 32 | + placeholder: 2.0.0 |
19 | 33 | validations: |
20 | 34 | required: true |
21 | 35 | - type: input |
| 36 | + id: redmine-version |
22 | 37 | attributes: |
23 | | - label: Redmine version |
24 | | - description: What version of Redmine are you using? |
25 | | - placeholder: 5.1.2.stable |
| 38 | + label: "🧱 Redmine version" |
| 39 | + description: If known, what Redmine version are you using? |
| 40 | + placeholder: 6.0.0.stable |
26 | 41 | validations: |
27 | 42 | required: false |
28 | 43 | - type: textarea |
| 44 | + id: bug-description |
29 | 45 | attributes: |
30 | | - label: Describe the bug |
31 | | - description: A clear and concise description of what the bug is. |
32 | | - placeholder: A clear and concise description of what the bug is |
| 46 | + label: "🐛 Bug description" |
| 47 | + description: What is going wrong? |
| 48 | + placeholder: Briefly describe the issue and its impact |
33 | 49 | validations: |
34 | 50 | required: true |
35 | 51 | - type: textarea |
| 52 | + id: steps-to-reproduce |
36 | 53 | attributes: |
37 | | - label: To Reproduce |
38 | | - description: Steps to reproduce the behavior. |
| 54 | + label: "🧪 Steps to reproduce" |
| 55 | + description: Share exact steps so I can reproduce it. |
39 | 56 | placeholder: | |
40 | 57 | 1. Go to '...' |
41 | 58 | 2. Click on '....' |
|
44 | 61 | validations: |
45 | 62 | required: true |
46 | 63 | - type: textarea |
| 64 | + id: additional-context |
47 | 65 | attributes: |
48 | | - label: Additional context / Screenshots |
49 | | - description: Add any other context about the problem here. If applicable, add screenshots to help explain your problem. |
50 | | - placeholder: Add other context here (e.g. screenshots, logs, etc.) |
| 66 | + label: "📎 Additional context / screenshots" |
| 67 | + description: Add anything else that may help (screenshots, logs, console errors, related links). |
| 68 | + placeholder: Paste logs, screenshots, or extra details here |
51 | 69 | validations: |
52 | 70 | required: false |
0 commit comments