Skip to content

Commit d36de16

Browse files
committed
Add English templates
1 parent 4423c3e commit d36de16

File tree

2 files changed

+92
-0
lines changed

2 files changed

+92
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Bug Report
2+
description: Report a bug in ContextMenuManager
3+
title: "[Bug]: "
4+
labels: [ "bug" ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "# ContextMenuManager Bug Report"
9+
- type: checkboxes
10+
id: bug_check
11+
attributes:
12+
label: Checklist
13+
description: Before submitting, please confirm the following:
14+
options:
15+
- label: This bug has not already been reported (search [here](https://github.com/Jack251970/ContextMenuManager/issues?q=is%3Aissue))
16+
required: true
17+
- label: I have updated ContextMenuManager to the latest version
18+
required: true
19+
- label: I understand that any issue not following the guidelines may be closed directly
20+
required: true
21+
- type: dropdown
22+
id: bug_os
23+
attributes:
24+
label: Windows
25+
description: Your Windows version
26+
options:
27+
- Windows 7
28+
- Windows 8.x
29+
- Windows 10
30+
- Windows 11
31+
default: 3
32+
validations:
33+
required: true
34+
- type: input
35+
id: bug_version
36+
attributes:
37+
label: Version
38+
description: The ContextMenuManager version where you found this bug
39+
placeholder: ContextMenuManager version: Vx.x.x.x
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: bug_reproducer
44+
attributes:
45+
label: Steps to Reproduce
46+
description: Please briefly describe how to trigger this bug
47+
placeholder: |
48+
1. xxx
49+
2. xxx
50+
3. xxx
51+
validations:
52+
required: true
53+
- type: markdown
54+
attributes:
55+
value: "### Thank you for supporting ContextMenuManager!"
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: Feature Request
2+
description: Share your suggestions for new features
3+
title: "[Feat]: "
4+
labels: [ "enhancement" ]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: "# ContextMenuManager Feature Request"
9+
- type: checkboxes
10+
id: feature_check
11+
attributes:
12+
label: Checklist
13+
description: Before submitting, please confirm the following:
14+
options:
15+
- label: This feature has not already been requested (search [here](https://github.com/Jack251970/ContextMenuManager/issues?q=is%3Aissue))
16+
required: true
17+
- label: The latest version of ContextMenuManager does not include this feature
18+
required: true
19+
- label: I understand: general ideas (not specific features) should be posted in [Discussions](https://github.com/Jack251970/ContextMenuManager/discussions/new?category=%E6%83%B3%E6%B3%95)
20+
required: true
21+
- type: input
22+
id: feature_summary
23+
attributes:
24+
label: Summary
25+
description: Briefly describe the feature you’d like to add
26+
placeholder: |
27+
<A brief description of the feature>
28+
- type: textarea
29+
id: feature_details
30+
attributes:
31+
label: Details
32+
description: Describe why this feature is needed and what it should do
33+
placeholder: |
34+
<Why this feature is needed and what it should include>
35+
- type: markdown
36+
attributes:
37+
value: "### Thank you for supporting ContextMenuManager!"

0 commit comments

Comments
 (0)