Skip to content

Commit 831f62b

Browse files
authored
Add issue templates (#67)
1 parent 43078e8 commit 831f62b

File tree

5 files changed

+71
-0
lines changed

5 files changed

+71
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Bug description**
10+
11+
<!--A clear and concise description of what the bug is.-->
12+
13+
**How to reproduce**
14+
15+
<!--Steps to reproduce the behavior:-->
16+
17+
-
18+
19+
**Expected behavior**
20+
21+
<!--A clear and concise description of what you expected to happen.-->
22+
23+
**Additional details**
24+
25+
<!--Please add context, links, reasons, screenshots, etc.-->

.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: Discuss on Discord
4+
url: https://game.ci/discord
5+
about: Join our Discord community
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an improvement, or a new feature
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
**Context**
10+
11+
<!--Please describe a proper context-->
12+
13+
**Suggested solution**
14+
15+
<!--Tell us what you would suggest-->
16+
17+
**Considered alternatives**
18+
19+
<!--Please add any alternative solutions that you have considered-->
20+
21+
**Additional details**
22+
23+
<!--Please add context, links, reasons, screenshots, etc.-->

.github/ISSUE_TEMPLATE/other.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Other
3+
about: Everything else
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---

.github/pull_request_template.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#### Changes
2+
3+
- ...
4+
5+
#### Checklist
6+
7+
<!-- please check all items and add your own -->
8+
9+
- [x] Read the contribution [guide](../CONTRIBUTING.md) and accept the [code](../CODE_OF_CONDUCT.md) of conduct
10+
- [ ] Readme (updated or not needed)
11+
- [ ] Tests (added, updated or not needed)

0 commit comments

Comments
 (0)