Skip to content

Commit 1c140d8

Browse files
committed
Update issue templates
1 parent 9eb177b commit 1c140d8

File tree

2 files changed

+29
-23
lines changed

2 files changed

+29
-23
lines changed
Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
---
2-
name: Bug report
3-
about: Help us with issues related Command Framework
4-
title: "[Category] Short description"
5-
labels: ''
2+
name: Bug Report
3+
about: Report bugs for the Command Framework.
4+
title: "[Bug] Short description"
5+
labels: 'bug'
66
assignees: ''
7-
87
---
98

10-
## Description of Issue
11-
<!-- Please provide as much detail as possible. -->
9+
## Description
10+
<!-- Provide a clear and detailed description of the bug. -->
1211

1312
## Steps to Reproduce
14-
1. What do you do...
15-
2. ...to find this bug?
13+
1. What you did...
14+
2. What happened...
15+
3. What you expected to happen...
1616

1717
## Command Framework Version
18-
<!-- Self-explanatory. -->
18+
<!-- e.g., 1.5.3 -->
1919

2020
## Server Version
21-
<!-- Self-explanatory. -->
22-
23-
## Stack Trace/Log Files/Crash Reports
24-
<!-- Any relevant log files. Drag and drop text files here to upload to GitHub directly, OR upload the complete contents to Pastebin. https://pastebin.com/ -->
21+
<!-- e.g., Paper 1.21.10 -->
2522

26-
<!-- **DO NOT directly copy and paste log contents OR stack trace here on GitHub.** -->
23+
## Stack Trace / Log Files
24+
<!-- Attach relevant logs or crash reports. If too long, use Pastebin. -->
2725

2826
## Additional Information
29-
<!-- Here goes any final remarks and everything else that might not fit in the previous sections. -->
27+
<!-- Any other details (plugins, configs, environment, etc.) that might help fix the bug. -->
Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for Command Framework
4-
title: "[Category] Short description"
5-
labels: ''
2+
name: Feature Request
3+
about: Suggest a new feature or improvement for the Command Framework.
4+
title: "[Feature] Short description"
5+
labels: 'enhancement'
66
assignees: ''
7-
87
---
98

10-
## Description of the new feature
11-
<!-- Please provide as much detail as possible -->
9+
## Description of the Feature
10+
<!-- Provide a clear and detailed description of the feature or improvement you want. -->
11+
12+
## Use Case / Problem
13+
<!-- Explain why this feature is needed. How will it help users or solve a problem? -->
14+
15+
## Proposed Implementation (Optional)
16+
<!-- If you have an idea of how it could be implemented, describe it here. -->
17+
18+
## Additional Information
19+
<!-- Any extra details, examples, or context that could help. -->

0 commit comments

Comments
 (0)