Skip to content

Commit be4f235

Browse files
committed
Merge origin/master
2 parents e8df9e9 + 9a79308 commit be4f235

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ assignees: ''
88
---
99

1010
**Describe the bug**
11-
A clear and concise description of what the bug is.
11+
Replace this text with a clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15-
1. Run with '...'
16-
2. Do a command '....'
17-
3. Some other step '....'
15+
1.
16+
2.
17+
3.
1818

1919
**Expected behavior**
20-
A clear and concise description of what you expected to happen.
20+
Replace this text with a clear and concise description of what you expected to happen.
2121

2222
**Screenshots**
23-
If applicable, add screenshots to help explain your problem.
23+
If applicable, add screenshots to help explain your problem here.
2424

2525
**Debug Info**
2626
Please run the `debug` command and paste it here or upload it as an attachment. If you cannot run the command, please provide information about your system such as operating system version, JMusicBot version, etc.
2727

2828
**Additional context**
29-
Add any other context about the problem here.
29+
Replace this text with any other context about the problem.

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Community Support Server
4+
url: https://discord.gg/0p9LSGoRLu6Pet0k
5+
about: For general questions, please ask in the support server

.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature-request.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Feature request
2+
name: Feature Request
33
about: Suggest an idea for this project
44
title: "[Feature Request] Title Here"
55
labels: ''
@@ -8,17 +8,16 @@ assignees: ''
88
---
99

1010
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
Replace this text with a clear and concise description of what the problem is.
1212

1313
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
14+
Replace this text with a clear and concise description of what you want to happen.
1515

1616
**Describe the basic flow/steps of using this feature**
1717
How this feature would be used:
18-
1. Set something '...'
19-
2. Run some command '...'
20-
3. Other steps or related info '...'
21-
4. ...
18+
1.
19+
2.
20+
3.
2221

2322
**Additional context**
2423
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)