Skip to content

Commit dcd56e6

Browse files
authoredOct 11, 2022
Add GitHub Issue templates (SDClowen#498)
1 parent 9ecf91c commit dcd56e6

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Describe a bug you've encountered in RSBot
4+
title: "[Bug]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Version (please complete the following information):**
11+
- SRO version: [e.g. iSRO]
12+
- RSBot version (or commit): [e.g. v2.3]
13+
14+
**Describe the bug**
15+
A clear and concise description of what the bug is.
16+
17+
**To reproduce the behavior:**
18+
Steps to reproduce the behavior:
19+
1. Walk to Samarkand
20+
2. Start bot
21+
3. Get disconnected from the server
22+
23+
**(Optional) Screenshots**
24+
If applicable, add screenshots to help explain your problem.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea or a feature for RSBot
4+
title: "[Feature request]"
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)
Please sign in to comment.