Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eredrim authored Feb 1, 2024
1 parent bb63265 commit d859df5
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug report
about: Report an error or something that doesn't work correcty
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
Describe what happened and what you were trying to do.

**Reproduction steps**
Describe the context of the bug. Did it happen during a match, in the lounge or out of an arena? If it was during a match, with which goal and how many teams/players? Is there a specific action to do in order to trigger the error?

**Additional elements**
If applicable, add screenshots, log extract (between two lines of ` ``` `), or additional information to help explain your problem.

**Config information**
- Server software and version: [e.g. Paper 1.20.4]
- Java Version: [e.g. 17]
- PVPArena version: [e.g. 1.15.4-SNAPSHOT-b1]
- [If necessary: affected module and its version]
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Feature request
about: Suggest an idea for enhancing PVPArena
title: ''
labels: enhancement
assignees: ''

---

**Describe the solution you'd like**
A clear and concise description of what you want and why.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Other
about: Ask a question about the plugin
title: ''
labels: ''
assignees: ''

---

**Reminder:**
For questions, you can contact us directly on Discord or on Spigot Forums. Links are available on [GitHub project homepage](/Eredrim/pvparena).

0 comments on commit d859df5

Please sign in to comment.