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
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