Skip to content

Commit 65663ee

Browse files
committed
Replace markdown issue template with the newer yaml format
1 parent eaad780 commit 65663ee

File tree

5 files changed

+85
-61
lines changed

5 files changed

+85
-61
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: 🐞 Bug Report
2+
description: File a bug report.
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
### Thank you for taking the time to submit a bug report for B2S Server. To help us resolve this bug as quickly as possible, we need some information.
9+
### However, before you open a bug report, please search for the behaviour in the existing issues and discuss it in the community forums at [vpuniverse](https://vpuniverse.com/forums/forum/88-b2s-new-releases) or [vpforums](https://www.vpforums.org/index.php?showforum=86).
10+
---
11+
- type: input
12+
id: version
13+
attributes:
14+
label: Version
15+
description: What version of B2S Server are you using?
16+
placeholder: 2.1.2
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: steps
21+
attributes:
22+
label: Describe the bug 🐞
23+
description: A clear and concise description of what the bug is. You can paste screenshots 📸 into the fields.
24+
placeholder: |
25+
Steps to reproduce the behavior:
26+
1. Go to ...
27+
2. Click on ...
28+
3. See error screenshot
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: expected
33+
attributes:
34+
label: Expected behavior ✅
35+
description: A clear and concise description of what you expected to happen.
36+
validations:
37+
required: false
38+
- type: textarea
39+
id: logs
40+
attributes:
41+
label: Relevant log output
42+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
43+
render: shell
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: ✅ Feature request
2+
description: File a Feature request.
3+
labels: ["enhancement"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
### Thank you for taking the time to submit a feature request. In order to process it as quickly as possible, we need the following information.
9+
### However, before you open a feature request, please search for the behaviour in the existing issues and discuss it in the community forums at [vpuniverse](https://vpuniverse.com/forums/forum/88-b2s-new-releases) or [vpforums](https://www.vpforums.org/index.php?showforum=86).
10+
---
11+
- type: input
12+
id: version
13+
attributes:
14+
label: Version
15+
description: What version of B2S Server are you using?
16+
placeholder: 2.1.2
17+
validations:
18+
required: true
19+
- type: textarea
20+
id: steps
21+
attributes:
22+
label: Is your feature request related to a problem? Please describe.
23+
description: A clear and concise description of the problem. You can paste screenshots 📸 into the fields.
24+
placeholder: |
25+
Steps to reproduce the your problem:
26+
1. Go to ...
27+
2. Click on ...
28+
3. See screenshot
29+
validations:
30+
required: false
31+
- type: textarea
32+
id: solution
33+
attributes:
34+
label: Describe the solution you'd like ✅
35+
description: A clear and concise description of what you expected to happen.
36+
validations:
37+
required: true

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: B2S Server community forum on vpuniverse
4+
url: https://vpuniverse.com/forums/forum/88-b2s-new-releases
5+
about: Before adding an issue, please discuss possible solutions here.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)