|
1 | | -name: "\U0001F41B [Bug report]:" |
| 1 | +name: "🐛 [Bug report]:" |
2 | 2 | description: Create a report to help us improve |
3 | | -title: "\U0001F41B [Bug report]: " |
4 | | -labels: ["bug","🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"] |
| 3 | +title: "🐛 [Bug report]: " |
| 4 | +labels: ["bug", "🛠 goal: fix", "🚦status: awaiting triage", "💻 aspect: code"] |
5 | 5 | body: |
| 6 | + - type: checkboxes |
| 7 | + id: read-guidelines |
| 8 | + attributes: |
| 9 | + label: Contributor Guidelines |
| 10 | + description: Please confirm that you have read the [Contributor Guidelines and Discussion](https://github.com/reactplay/react-play/discussions/1598) before submitting this issue or PR. |
| 11 | + options: |
| 12 | + - label: I have read the guidelines and discussion |
| 13 | + required: true |
| 14 | + |
6 | 15 | - type: markdown |
7 | 16 | attributes: |
8 | 17 | value: | |
|
15 | 24 | description: Tell us what you see! |
16 | 25 | validations: |
17 | 26 | required: true |
| 27 | + |
18 | 28 | - type: textarea |
19 | 29 | id: reproduce-step |
20 | 30 | attributes: |
@@ -54,10 +64,11 @@ body: |
54 | 64 | label: Mobile (Please provide your device information) |
55 | 65 | description: | |
56 | 66 | examples: |
57 | | - - **Device**: [e.g. iPhone6] |
58 | | - - **OS**: [e.g. iOS8.1] |
59 | | - - **Browser** [e.g. stock browser, safari] |
60 | | - - **Version** [e.g. 22] |
| 67 | + - **Device**: [e.g. iPhone6] |
| 68 | + - **OS**: [e.g. iOS8.1] |
| 69 | + - **Browser** [e.g. stock browser, safari] |
| 70 | + - **Version** [e.g. 22] |
| 71 | +
|
61 | 72 | - type: textarea |
62 | 73 | id: screenshot |
63 | 74 | attributes: |
|
69 | 80 | attributes: |
70 | 81 | label: Relevant log output |
71 | 82 | description: Add any other context about the problem here. |
72 | | - |
73 | 83 |
|
74 | 84 | - type: checkboxes |
75 | 85 | id: record |
|
83 | 93 | - label: I want to work on this issue |
84 | 94 | - label: I am a Hacktoberfest contributor |
85 | 95 |
|
86 | | - |
87 | | - |
88 | 96 | - type: checkboxes |
89 | 97 | id: terms |
90 | 98 | attributes: |
|
0 commit comments