Skip to content

Commit 0958980

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents da1e9ef + 5034d7a commit 0958980

5 files changed

Lines changed: 83 additions & 18 deletions

File tree

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug Report
3-
about: Report an Issue
3+
about: Make a bug report.
44
title: "[BUG]"
55
labels: Bug
66
assignees: NikV2
@@ -11,24 +11,15 @@ assignees: NikV2
1111
A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
14+
Steps to reproduce the behavior.
1915

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
16+
**Does the issue still persist on the default config?**
17+
Yes/No
2218

23-
**Server Version - Plugin Version**
24-
What is your Server Software and Version?
25-
(Example: Paper 1.15.2)
26-
What version of the Plugin are you running?
27-
(Example: 1.6.6)
19+
**Is the plugin up to date?**
20+
Yes/No
2821

29-
**Screenshots - Video - Pastebin (OPTIONAL)**
30-
If applicable, add screenshots or a video to help explain your problem.
31-
If it's an Error please provide your Error in a Pastebin Link https://pastebin.com/
22+
**Server Environment & Version**
23+
Your server software (ie Paper 1.12.2)
3224

33-
**Additional Information**
34-
Add any other context about the problem here.
25+
**Additional Information (Optional)**

.github/ISSUE_TEMPLATE/error.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Error
3+
about: Report an error.
4+
title: "[ERROR]"
5+
labels: Error
6+
assignees: NikV2
7+
8+
---
9+
10+
**Error(s)**
11+
Provide a Pastebin link with your error.
12+
13+
**Does the issue still persist on the default config?**
14+
Yes/No
15+
16+
**Is the plugin up to date?**
17+
Yes/No
18+
19+
**Server Environment & Version**
20+
Your server software (ie Paper 1.12.2)
21+
22+
**Additional Information (Optional)**
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature Request
3+
about: Request a feature.
4+
title: "[REQUEST]"
5+
labels: Request
6+
assignees: NikV2
7+
8+
---
9+
10+
**What feature would you like to be added and why?**
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Incompatibility
3+
about: Report a plugin that does not run well with this one.
4+
title: "[INCOMPATIBILITY]"
5+
labels: Incompatibility
6+
assignees: NikV2
7+
8+
---
9+
10+
**Does the issue still persist on the default config?**
11+
Yes/No
12+
13+
**Is the incompatible plugin up to date?**
14+
Yes/No
15+
16+
**Server Environment & Version**
17+
Your server software (ie Paper 1.12.2)
18+
19+
**Incompatible Plugin**
20+
Provide a link where we can find the plugin.
21+
22+
**Information**
23+
Describe the incompatibility issue.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Perfomance Issue
3+
about: The plugin is causing Perfomance Issues
4+
title: "[PERFOMANCE]"
5+
labels: Perfomance
6+
assignees: NikV2
7+
8+
---
9+
10+
**Timings**
11+
Provide your server's timings report
12+
13+
**Is the plugin up to date?**
14+
Yes/No
15+
16+
**Server Environment & Version**
17+
Your server software (ie Paper 1.12.2)
18+
19+
**Additional Information (Optional)**

0 commit comments

Comments
 (0)