Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
CoPokBl authored Jun 21, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent ccb2f90 commit 3313152
Showing 2 changed files with 48 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] Exception when running /h"
labels: bug
assignees: ''

---

**Checklist (Complete these before creating an issue)**
- [ ] I am running the latest build of EsTools ([Download here](https://ci.serble.net/job/EsTools/lastStableBuild/)
- [ ] I checked that this issue has not already been reported

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Run the command /'...'
2. See error

**Expected behavior**
A clear and concise description of what you expected to happen. Just type `No error` if the bug is an exception.

**Stacktraces**
If applicable, add any errors that occurred here.

**Platform (please complete the following information):**
- Minecraft Version: [e.g. 1.20.6]
- Java Version: [e.g. 8]
- Vault Enabled: [e.g. Yes]

**Additional context**
Add any other context about the problem here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEAT] Add /party command"
labels: enhancement
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

0 comments on commit 3313152

Please sign in to comment.