You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+64-46Lines changed: 64 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -5,90 +5,108 @@ labels:
5
5
- "Status/Pending 🔵"
6
6
- "Type/Bug 🐛"
7
7
body:
8
-
- type: "textarea"
9
-
id: "describe"
8
+
- type: "input"
9
+
id: "version"
10
10
attributes:
11
-
label: "Describe"
11
+
label: "Version"
12
12
description: |-
13
-
What the bug is? Add images and/or videos to help for explain this bug if needed.
13
+
Which version occur this bug? Version must be supported at the time of submit, the supported versions are listed in the Security Policy file `SECURITY.md`.
14
14
15
15
> [!NOTE]
16
-
> - Should not blur anything in the images and/or videos, except personal secrets.
17
-
> - For external images and/or videos, please ensure we are able to view those.
18
-
placeholder: |-
19
-
It cannot XXXXXXXX.
16
+
> - For multiple versions, separate each version with comma-space (`, `), or use versions range syntax from [OSGi](https://docs.osgi.org/whitepaper/semantic-versioning/040-semantic-versions.html) or [SemVer](https://devhints.io/semver).
17
+
placeholder: "1.0.2"
20
18
validations:
21
19
required: true
22
20
- type: "textarea"
23
-
id: "reproduce"
21
+
id: "describe"
24
22
attributes:
25
-
label: "To Reproduce"
23
+
label: "Describe"
26
24
description: |-
27
-
Is this bug reproducible? If reproducible, please show the required steps by list, images, and/or videos!
25
+
What the bug is? If needed, use images, videos, or other media type to help for explain this bug.
28
26
29
27
> [!NOTE]
30
-
> - Should not blur anything in the images and/or videos, except personal secrets.
31
-
> - For external images and/or videos, please ensure we are able to view those.
28
+
> - For external media, please ensure we are able to view those without any extra step.
32
29
placeholder: |-
33
-
1. Go to XXXXXXXX.
34
-
2. Click on XXXXXXXX.
35
-
3. Scroll to XXXXXXXX.
36
-
4. Encounter this error.
30
+
It unable to XXXXXXXX.
37
31
validations:
38
-
required: false
39
-
- type: "textarea"
40
-
id: "expected-behaviour"
32
+
required: true
33
+
- type: "input"
34
+
id: "behaviour-expected"
41
35
attributes:
42
-
label: "Expected Behaviour"
36
+
label: "Behaviour Expected"
43
37
description: |-
44
38
What things should expected to happen?
45
39
placeholder: |-
46
40
It should XXXXXXXX.
47
41
validations:
48
42
required: false
43
+
- type: "input"
44
+
id: "behaviour-actual"
45
+
attributes:
46
+
label: "Behaviour Actual"
47
+
description: |-
48
+
What things happened instead of the expected?
49
+
placeholder: |-
50
+
It XXXXXXXX.
51
+
validations:
52
+
required: false
49
53
- type: "textarea"
50
-
id: "version"
54
+
id: "reproduce"
51
55
attributes:
52
-
label: "Version"
56
+
label: "To Reproduce"
53
57
description: |-
54
-
Which versions are affected by this bug?
58
+
Is this bug reproducible? If reproducible, please show the reproduce steps; If needed, use images, videos, or other media to help for show the reproduce steps.
55
59
56
60
> [!NOTE]
57
-
> - Accept versions range.
58
-
> - Versions must be listed as supported in the Security Policy (file `SECURITY.md`).
61
+
> - For external media, please ensure we are able to view those without any extra step.
59
62
placeholder: |-
60
-
1.2.3
63
+
1. Go to XXXXXXXX.
64
+
2. Click on XXXXXXXX.
65
+
3. Scroll to XXXXXXXX.
66
+
4. Encounter this bug.
61
67
validations:
62
68
required: false
69
+
- type: "dropdown"
70
+
id: "frequency"
71
+
attributes:
72
+
label: "Frequency"
73
+
description: |-
74
+
How often does this bug occur?
75
+
options:
76
+
- "Unknown / Untested"
77
+
- "Always (~100%)"
78
+
- "Frequently (~75%)"
79
+
- "Half (~50%)"
80
+
- "Sometimes (~25%)"
81
+
- "Rarely (~5%)"
82
+
multiple: false
83
+
default: 0
84
+
validations:
85
+
required: true
63
86
- type: "textarea"
64
87
id: "execution-environment"
65
88
attributes:
66
89
label: "Execution Environment"
67
90
description: |-
68
-
How is the execution environment?
91
+
How is the execution environment? Different execution environment may have different outcome, provide this information may help for reproduce this bug.
69
92
70
-
- **Type:** Device type.
71
-
> Computer / Phone / Server / ...
72
-
- **Hardware:** Hardware specifications.
73
-
- **Platforms:** Operate system and softwares, with architecture and version.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,22 +10,27 @@ body:
10
10
attributes:
11
11
label: "Describe"
12
12
description: |-
13
-
What feature do you want? Is your feature request related to a problem?
13
+
What feature do you want? Is your feature request related to a problem? If needed, use images, videos, or other media type to help for explain this feature.
14
+
15
+
> [!NOTE]
16
+
> - For external media, please ensure we are able to view those without any extra step.
14
17
validations:
15
18
required: true
16
-
- type: "textarea"
17
-
id: "expected-behaviour"
19
+
- type: "input"
20
+
id: "behaviour-expected"
18
21
attributes:
19
-
label: "Expected Behaviour"
22
+
label: "Behaviour Expected"
20
23
description: |-
21
24
What things should expected to happen?
25
+
placeholder: |-
26
+
It should XXXXXXXX.
22
27
validations:
23
-
required: true
28
+
required: false
24
29
- type: "textarea"
25
30
id: "additional-information"
26
31
attributes:
27
32
label: "Additional Information"
28
33
description: |-
29
-
If there have information that related to this issue but not suitable at other fields, please list those at here.
34
+
If there have information which relevant to this feature but not suitable at other fields, please list those at here.
0 commit comments