Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod authored Feb 9, 2024
1 parent 111ecaf commit 99df5d5
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Report a bug in the mod. Use the Crash report form to report crashes, and the
Suggestion form to suggest new features!
title: ''
labels: bug
assignees: HJfod

---

**Bug description**
A clear and concise description of what the bug is - is something not working as expected? Does something look off? Is the mod conflicting with another mod?

**Screenshots**
If you have screenshots / videos, please include them!

**Platform**
* [ ] Windows
* [ ] Mac
* [ ] Android (32-bit)
* [ ] Android (64-bit)
* [ ] Linux
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/crash-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Crash report
about: Report a crash (mod closes unexpectedly)
title: ''
labels: crash
assignees: HJfod

---

**What were you doing when the crash happened?**
For example:
- Were you placing objects?
- Were you editing colors?
- Were you playtesting?
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Suggestion
about: Suggest a new feature to be added
title: ''
labels: suggestion
assignees: HJfod

---

**Feature description**
How should it work? What does it look like? What is it used for?

0 comments on commit 99df5d5

Please sign in to comment.