Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Calcilore committed Jun 22, 2024
2 parents 4fc2c3b + 5a83b89 commit 91a5c43
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 42 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.
40 changes: 0 additions & 40 deletions .github/workflows/maven.yml

This file was deleted.

5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
If you want to contribute to this project please feel free to fill out a pull request. I don't have a strict template or anything for the request
but just try to be very clear about what you changed and why it is good for the project.
If you want to contribute to this project please feel free to fill out a pull request. I don't have a strict template or anything for the request, but just try to be very clear about what you changed and why it is good for the project.

If you found a bug or want to request a feature feel free to fill out an issue from one of our issue templates.

0 comments on commit 91a5c43

Please sign in to comment.