Skip to content

Commit 7172abc

Browse files
committed
Update GitHub templates
1 parent a6465bb commit 7172abc

File tree

2 files changed

+41
-14
lines changed

2 files changed

+41
-14
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,44 @@ labels: 'bug'
66
assignees: CryptoMorin
77
---
88

9-
**Description**
9+
## Description
1010
A clear and concise description of what the bug is.
11-
You must be using the latest version of the utility.
12-
Your code that used the utility class.
13-
Any available stacktrace (must be full) related to this issue in [Pastebin](https://pastebin.com/). Do not include any
14-
logs that are unrelated to the library.\
15-
**Note:** Issues caused by plugins such ProtocolSupport or ViaVersion should be reported to the plugin developers, not
16-
here.
17-
18-
**Version**
19-
Your server version. It must be using the latest version of that major update.
20-
E.g. 1.14, 1.14.1, 1.14.2 and 1.14.3 are not supported, only 1.14.4 is supported.\
21-
Also, make sure you're using the latest utility/maven version.
11+
12+
**Note:** Issues caused by plugins such ProtocolSupport or ViaVersion
13+
should be reported to the plugin developers, not here.
14+
15+
## Code
16+
17+
* A minimal code to reproduce this issue.
18+
* It should not contain any code from your plugin's classes or external libraries.
19+
* You should write a code with pure Java + Bukkit API + XSeries.
20+
21+
```java
22+
// Code here (Kotlin, Scala or Groovy is fine too)
23+
```
24+
25+
## Error
26+
27+
If you get any errors, put them in a spoiler tag below:
28+
29+
<details>
30+
<summary>Error stacktrace</summary>
31+
32+
```hs
33+
Error goes here
34+
35+
(Make sure its properly indented by selecting all
36+
the error text and pressing TAB or Shift+TAB)
37+
```
38+
</details>
39+
40+
* Do not use pasting websites such as [Pastebin](https://pastebin.com/).
41+
* Try not to include any logs (that are not stacktraces) which are unrelated to the library.
42+
43+
## Version
44+
* **Server:** Your server version information from `/ver` command. It must be using the latest version of that major update.
45+
E.g. 1.14, 1.14.1, 1.14.2 and 1.14.3 are not supported, only 1.14.4 is supported.
46+
* **XSeries:** Specify the version (or commit if you're using unreleased JitPack builds) Make sure you're using the latest utility/maven version.
2247

2348
**Do not** make requests regarding support for newly released Minecraft versions
2449
(read [contributing guidelines](/CONTRIBUTING.md) for more info).
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
name: Feature Request
33
about: Create a freature request.
4-
title: "[Utility Class Name] - Short Feature Description"
4+
title: "[Utility Class Name] Short Feature Description"
55
labels: 'enhancement'
66
assignees: CryptoMorin
77
---
88

9-
**Description**
9+
## Description
1010
A clear and concise description of what the feature is.
1111
Support for versions older than 1.8 will not be added. Some projects might not even support 1.8
1212

13+
You can also check out the [TODO list](/TODO.md) to see if what you want isn't already planned.
14+
1315
Do not make requests regarding support for newly released Minecraft versions
1416
(read [contributing guidelines](/CONTRIBUTING.md) for more info).

0 commit comments

Comments
 (0)