@@ -10,13 +10,14 @@ body:
10
10
attributes :
11
11
label : " Describe"
12
12
description : |-
13
- What the bug is? Add images and/or videos to help for explain this bug if necessary .
13
+ What the bug is? Add images and/or videos to help for explain this bug if needed .
14
14
15
15
> **ℹ️ Notice:**
16
16
>
17
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.
18
+ > - For external images and/or videos, please ensure we are able to view those.
19
+ placeholder : |-
20
+ It cannot XXXXXXXX.
20
21
validations :
21
22
required : true
22
23
- type : " textarea"
@@ -29,12 +30,11 @@ body:
29
30
> **ℹ️ Notice:**
30
31
>
31
32
> - 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.
33
+ > - For external images and/or videos, please ensure we are able to view those.
34
34
placeholder : |-
35
- 1. Go to XXXX .
36
- 2. Click on XXXX .
37
- 3. Scroll to XXXX .
35
+ 1. Go to XXXXXXXX .
36
+ 2. Click on XXXXXXXX .
37
+ 3. Scroll to XXXXXXXX .
38
38
4. Encounter this error.
39
39
validations :
40
40
required : false
44
44
label : " Expected Behaviour"
45
45
description : |-
46
46
What things should expected to happen?
47
+ placeholder : |-
48
+ It should XXXXXXXX.
47
49
validations :
48
50
required : false
49
51
- type : " textarea"
56
58
> **ℹ️ Notice:**
57
59
>
58
60
> - Accept versions range.
59
- > - For multiple versions and/or versions ranges, list with Markdown unordered list syntax.
60
61
> - Versions must be listed as supported in the Security Policy (file: `SECURITY.md`).
62
+ placeholder : |-
63
+ 1.2.3
61
64
validations :
62
65
required : false
63
66
- type : " textarea"
@@ -67,17 +70,30 @@ body:
67
70
description : |-
68
71
How is the execution environment?
69
72
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` / ...
73
+ - **Type:** Device type.
74
+ > Computer / Phone / Server / ...
75
+ - **Hardware:** Hardware specifications.
76
+ - **Platforms:** Operate system and softwares, with architecture and version.
77
+ > Windows 11 22H2 X64 / Android 14 ARM64 / Alpine 3.18.0 X64 / NodeJS 20.6.0 X64 / Deno 1.36.0 X64 / Git 2.42.0 X64 / Python 3.11.0 X64 / ...
78
+ - **IsSubSystem:** Whether the execution environment in the sub system?
79
+ > False / True
80
+ - **Variables:** Environment variables.
81
+ > NO_COLOR=1 / ...
75
82
76
83
> **ℹ️ Notice:**
77
84
>
78
85
> - Accept multiple execution environments.
79
86
> - All of the properties are optional.
80
87
> - It is recommended to provide this information for reproducible steps.
88
+
89
+ **\[🖌️ YAML\]**
90
+ placeholder : |-
91
+ - Type: Server
92
+ Platforms:
93
+ - Ubuntu 23.04 X64
94
+ - NodeJS 20.6.0 X64
95
+ IsSubSystem: false
96
+ render : " yml"
81
97
validations :
82
98
required : false
83
99
- type : " textarea"
0 commit comments