Skip to content

Commit 5e6fe71

Browse files
committed
Update template
1 parent 62b840c commit 5e6fe71

File tree

2 files changed

+31
-16
lines changed

2 files changed

+31
-16
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 30 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ body:
1010
attributes:
1111
label: "Describe"
1212
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.
1414
1515
> **ℹ️ Notice:**
1616
>
1717
> - 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.
2021
validations:
2122
required: true
2223
- type: "textarea"
@@ -29,12 +30,11 @@ body:
2930
> **ℹ️ Notice:**
3031
>
3132
> - 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.
3434
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.
3838
4. Encounter this error.
3939
validations:
4040
required: false
@@ -44,6 +44,8 @@ body:
4444
label: "Expected Behaviour"
4545
description: |-
4646
What things should expected to happen?
47+
placeholder: |-
48+
It should XXXXXXXX.
4749
validations:
4850
required: false
4951
- type: "textarea"
@@ -56,8 +58,9 @@ body:
5658
> **ℹ️ Notice:**
5759
>
5860
> - Accept versions range.
59-
> - For multiple versions and/or versions ranges, list with Markdown unordered list syntax.
6061
> - Versions must be listed as supported in the Security Policy (file: `SECURITY.md`).
62+
placeholder: |-
63+
1.2.3
6164
validations:
6265
required: false
6366
- type: "textarea"
@@ -67,17 +70,30 @@ body:
6770
description: |-
6871
How is the execution environment?
6972
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 / ...
7582
7683
> **ℹ️ Notice:**
7784
>
7885
> - Accept multiple execution environments.
7986
> - All of the properties are optional.
8087
> - 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"
8197
validations:
8298
required: false
8399
- type: "textarea"

.github/ISSUE_TEMPLATE/documentation-issue.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ body:
2323
> **ℹ️ Notice:**
2424
>
2525
> - Should not blur anything in the images and/or videos, except personal secrets.
26-
> - For upload images and/or videos, please ensure to wait for the upload process to complete.
27-
> - For external images and/or videos, please ensure whether we can view these.
26+
> - For external images and/or videos, please ensure we are able to view those.
2827
validations:
2928
required: true
3029
- type: "textarea"

0 commit comments

Comments
 (0)