|
9 | 9 | id: "describe"
|
10 | 10 | attributes:
|
11 | 11 | label: "Describe"
|
12 |
| - description: "What the bug is?" |
| 12 | + description: |- |
| 13 | + What the bug is? Add images and/or videos to help for explain this bug if necessary. |
| 14 | +
|
| 15 | + > **ℹ️ Notice:** |
| 16 | + > |
| 17 | + > - Should not blur anything in the images and/or videos, except personal secrets. |
| 18 | + > - For upload images and/or videos, please ensure to wait for the upload process to complete. |
| 19 | + > - For external images and/or videos, please ensure whether we can view these. |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + - type: "textarea" |
| 23 | + id: "reproduce" |
| 24 | + attributes: |
| 25 | + label: "To Reproduce" |
| 26 | + description: |- |
| 27 | + Is this bug reproducible? If reproducible, please show the required steps by list, images, and/or videos! |
| 28 | +
|
| 29 | + > **ℹ️ Notice:** |
| 30 | + > |
| 31 | + > - Should not blur anything in the images and/or videos, except personal secrets. |
| 32 | + > - For upload images and/or videos, please ensure to wait for the upload process to complete. |
| 33 | + > - For external images and/or videos, please ensure whether we can view these. |
| 34 | + placeholder: |- |
| 35 | + 1. Go to XXXX. |
| 36 | + 2. Click on XXXX. |
| 37 | + 3. Scroll to XXXX. |
| 38 | + 4. Encounter this error. |
13 | 39 | validations:
|
14 | 40 | required: false
|
15 |
| - - type: "dropdown" |
16 |
| - id: "version" |
| 41 | + - type: "textarea" |
| 42 | + id: "expected-behaviour" |
17 | 43 | attributes:
|
18 |
| - label: "Version" |
19 |
| - description: "What versions are affected? Versions must be listed as supported in the Security Policy (file: `SECURITY.md`)." |
20 |
| - multiple: true |
21 |
| - options: |
22 |
| - - "v1.7.2" |
23 |
| - - "v1.7.1" |
24 |
| - - "v1.7.0" |
25 |
| - - "v1.6.0" |
26 |
| - - "v1.5.0" |
27 |
| - - "v1.4.1" |
28 |
| - - "v1.4.0" |
| 44 | + label: "Expected Behaviour" |
| 45 | + description: |- |
| 46 | + What things should expected to happen? |
29 | 47 | validations:
|
30 | 48 | required: false
|
31 | 49 | - type: "textarea"
|
32 |
| - id: "reproduce" |
| 50 | + id: "version" |
33 | 51 | attributes:
|
34 |
| - label: "To Reproduce" |
35 |
| - description: "If this bug can be reproduce, please list the steps!" |
| 52 | + label: "Version" |
| 53 | + description: |- |
| 54 | + Which versions are affected by this bug? |
| 55 | +
|
| 56 | + > **ℹ️ Notice:** |
| 57 | + > |
| 58 | + > - Accept versions range. |
| 59 | + > - For multiple versions and/or versions ranges, list with Markdown unordered list syntax. |
| 60 | + > - Versions must be listed as supported in the Security Policy (file: `SECURITY.md`). |
36 | 61 | validations:
|
37 | 62 | required: false
|
38 | 63 | - type: "textarea"
|
39 |
| - id: "expected-behavior" |
| 64 | + id: "execution-environment" |
40 | 65 | attributes:
|
41 |
| - label: "Expected Behavior" |
42 |
| - description: "What things should expected to happen?" |
| 66 | + label: "Execution Environment" |
| 67 | + description: |- |
| 68 | + How is the execution environment? |
| 69 | +
|
| 70 | + - **Device Type:** `Computer` / `Phone` / `Server` / ... |
| 71 | + - **Architecture:** `X64` / `X86` / `ARM64` / `ARM32` / `RISC` / ... |
| 72 | + - **Platforms:** `Windows 11 22H2` / `Android 14` / `Alpine 3.18.0` / `NodeJS 20.6.0` / `Deno 1.36.0` / `Git 2.42.0` / `Python 3.11.0` / ... |
| 73 | + - **Is In Sub System:** `False` / `True` |
| 74 | + - **Variables:** `NO_COLOR=1` / ... |
| 75 | +
|
| 76 | + > **ℹ️ Notice:** |
| 77 | + > |
| 78 | + > - Accept multiple execution environments. |
| 79 | + > - All of the properties are optional. |
| 80 | + > - It is recommended to provide this information for reproducible steps. |
43 | 81 | validations:
|
44 | 82 | required: false
|
45 | 83 | - type: "textarea"
|
46 | 84 | id: "additional-information"
|
47 | 85 | attributes:
|
48 | 86 | label: "Additional Information"
|
49 |
| - description: "If there have information that related to this issue but not suitable to the other fields, please list those at here." |
| 87 | + description: |- |
| 88 | + If there have information that related to this bug but not suitable at other fields, please list those at here. |
50 | 89 | validations:
|
51 | 90 | required: false
|
0 commit comments