Skip to content

Commit 3e6fae3

Browse files
authored
Merge pull request #20 from Erb3/master
Issue Templates
2 parents d30dda6 + c09b778 commit 3e6fae3

5 files changed

Lines changed: 126 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug report
3+
about: Bug reports for Basalt
4+
title: 'bug: [TITLE]'
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
12+
A clear and concise description of what the bug is.
13+
14+
**To Reproduce**
15+
16+
Steps to reproduce the behavior:
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See error
21+
22+
**Expected behavior**
23+
24+
A clear and concise description of what you expected to happen.
25+
26+
**Screenshots**
27+
28+
If applicable, add screenshots to help explain your problem.
29+
30+
**Additional context**
31+
32+
Add any other context about the problem here.
33+
34+
**Checklist**
35+
36+
[ ] I am running the latest version.
37+
Tick the box if you are running the latest version!
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Bug Report w/ BETA form
2+
description: Report a bug for Basalt (Using BETA form)!
3+
title: "bug: [TITLE]"
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this bug report!
10+
- type: textarea
11+
id: what-happened
12+
attributes:
13+
label: What happened?
14+
description: Also tell us, what did you expect to happen?
15+
placeholder: Tell us what you see!
16+
value: "A bug happened!"
17+
validations:
18+
required: true
19+
- type: dropdown
20+
id: ccversion
21+
attributes:
22+
label: Computercraft client
23+
description: What ComputerCraft client are you using?
24+
options:
25+
- Ingame (Default)
26+
- CraftOSPC
27+
- CCemux
28+
- CopyCat
29+
- other
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: logs
34+
attributes:
35+
label: Relevant log output
36+
description: Please copy and paste any relevant log output, for example the error. This will be automatically formatted into code, so no need for backticks.
37+
render: shell
38+
- type: checkboxes
39+
id: latest
40+
attributes:
41+
label: Latest Basalt Version
42+
description: We only provide support for the latest version of Basalt!
43+
options:
44+
- label: I use the latest stable version
45+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
contact_links:
2+
- name: Community Support
3+
url: https://discord.gg/yNNnmBVBpE
4+
about: Please ask and answer questions here.

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Documentation
3+
about: Anything that you think is wrong about the documentation.
4+
title: 'docs: [TITLE]'
5+
labels: documentation
6+
assignees: ''
7+
8+
---
9+
10+
** Where? **
11+
Please describe what you want changed. Screenshot / Quotes
12+
13+
** Possible solution **
14+
Please describe a possible solution.
15+
16+
** Others **
17+
Anything else you want to say?
18+
19+
** Checklist **
20+
[ ] I am looking at the latest version of the docs.

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for Basalt
4+
title: 'feature: [TITLE]'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**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 [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)