Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Commit ba9f217

Browse files
committed
Templates update
1 parent b03a2a0 commit ba9f217

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

.github/ISSUE_TEMPLATE/bug-or-incompatibility.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ body:
99
value: |
1010
Before submitting this issue, please ensure the following:
1111
12-
1. You are using the latest version of Paper, available on our [our downloads page](https://papermc.io/downloads/paper).
13-
2. You have searched to confirm there isn’t [an existing open issue](https://github.com/PaperMC/Paper/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug) on this topic.
14-
3. Your version of Minecraft is supported by Paper.
12+
1. You are using the latest version of Reflint, available on our [our downloads page](https://github.com/ReflintMC/Reflint/releases).
13+
2. You have searched to confirm there isn’t [an existing open issue](https://github.com/ReflintMC/Reflint/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug) on this topic.
14+
3. Your version of Minecraft is supported by Reflint.
1515
16-
If you're unsure whether you've encountered a bug, feel free to ask in the `#paper-help` channel on our
17-
[Discord](https://discord.gg/papermc).
16+
If you're unsure whether you've encountered a bug, feel free to ask in the `#need-help` channel on our
17+
[Discord](https://discord.gg/2TRCbjzdmh).
1818
1919
- type: textarea
2020
attributes:
@@ -48,7 +48,7 @@ body:
4848

4949
- type: textarea
5050
attributes:
51-
label: Paper version
51+
label: Reflint version
5252
description: |
5353
Run `/version` on your server and **paste** the full, unmodified output here.
5454
"latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
@@ -59,7 +59,7 @@ body:
5959
```
6060
> version
6161
[20:34:42 INFO]: Checking version, please wait...
62-
[20:34:42 INFO]: This server is running Paper version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
62+
[20:34:42 INFO]: This server is running Reflint version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
6363
[20:34:42 INFO]: You are running the latest version
6464
[20:34:42 INFO]: Previous version: 1.21-103-aa3b356 (MC: 1.21)
6565
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: "❗Exploits"
4-
url: https://discord.gg/papermc
4+
url: https://discord.gg/2TRCbjzdmh
55
about: |
66
Since GitHub doesn’t currently support private issues, exploit reports are managed through our Discord.
7-
To report an exploit, please visit the #paper-exploit-report channel.
7+
To report an exploit, please visit the #reflint-exploit-report channel.
88
- name: "🗨 Questions"
9-
url: https://discord.gg/papermc
9+
url: https://discord.gg/2TRCbjzdmh
1010
about: If you have questions or need help with any minor issues, feel free to ask us on our Discord server!

.github/ISSUE_TEMPLATE/crash-or-stacktrace.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ body:
99
value: |
1010
Before submitting this issue, please ensure the following:
1111
12-
1. You are running the latest version of Paper from [our downloads page](https://papermc.io/downloads/paper).
13-
2. Your version of Minecraft is supported by Paper.
12+
1. You are running the latest version of Reflint from [our downloads page](https://github.com/ReflintMC/Reflint/releases).
13+
2. Your version of Minecraft is supported by Reflint.
1414
15-
If your server crash log contains `DO NOT REPORT THIS TO PAPER`, please ask in our
16-
[Discord](https://discord.gg/papermc) before opening this issue. These messages are informing you of server
15+
If your server crash log contains `DO NOT REPORT THIS TO REFLINT`, please ask in our
16+
[Discord](https://discord.gg/2TRCbjzdmh) before opening this issue. These messages are informing you of server
1717
lag and providing debug information.
1818
1919
- type: textarea
@@ -48,7 +48,7 @@ body:
4848

4949
- type: textarea
5050
attributes:
51-
label: Paper version
51+
label: Reflint version
5252
description: |
5353
Run `/version` on your server and **paste** the full, unmodified output here.
5454
"latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
@@ -59,7 +59,7 @@ body:
5959
```
6060
> version
6161
[20:34:42 INFO]: Checking version, please wait...
62-
[20:34:42 INFO]: This server is running Paper version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
62+
[20:34:42 INFO]: This server is running Reflint version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
6363
[20:34:42 INFO]: You are running the latest version
6464
[20:34:42 INFO]: Previous version: 1.21-103-aa3b356 (MC: 1.21)
6565
```

.github/ISSUE_TEMPLATE/new-feature.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
name: "💡 New Feature"
2-
description: Propose a new idea for Paper.
2+
description: Propose a new idea for Reflint.
33
type: "Feature"
44
labels:
55
- "status: needs triage"
66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for submitting a feature request for Paper! Please be as detailed as possible to help us review and consider your request effectively.
10+
Thank you for submitting a feature request for Reflint! Please be as detailed as possible to help us review and consider your request effectively.
1111
Before submitting, please ensure the following:
1212
13-
1. You are using a supported version of Paper.
13+
1. You are using a supported version of Reflint.
1414
2. The feature you’re requesting isn’t already included in the version you’re using.
15-
3. You’ve searched for and confirmed there isn’t already [an open request](https://github.com/PaperMC/Paper/issues?q=is%3Aissue%20is%3Aopen%20type%3AFeature) for this feature.
15+
3. You’ve searched for and confirmed there isn’t already [an open request](https://github.com/ReflintMC/Reflint/issues?q=is%3Aissue%20is%3Aopen%20type%3AFeature) for this feature.
1616
- If a similar request exists, feel free to add any additional details you think are helpful.
1717
18-
If you have any questions, feel free to ask in the `#paper-help` or `#paper-dev` channels on our [Discord](https://discord.gg/papermc).
18+
If you have any questions, feel free to ask in the `#need-help` channel on our [Discord](https://discord.gg/2TRCbjzdmh).
1919
2020
- type: textarea
2121
attributes:

.github/ISSUE_TEMPLATE/performance-problem.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ body:
1010
value: |
1111
Before submitting this issue, please ensure the following:
1212
13-
1. You are running the latest version of Paper from [our downloads page](https://papermc.io/downloads/paper).
14-
2. You searched for and ensured there isn't already [an open issue](https://github.com/PaperMC/Paper/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug) regarding this.
15-
3. Your version of Minecraft is supported by Paper.
13+
1. You are running the latest version of Reflint from [our downloads page](https://github.com/ReflintMC/Reflint/releases).
14+
2. You searched for and ensured there isn't already [an open issue](https://github.com/ReflintMC/Reflint/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug) regarding this.
15+
3. Your version of Minecraft is supported by Reflint.
1616
1717
- type: markdown
1818
attributes:
1919
value: |
2020
Before creating an issue regarding server performance, please consider reaching out for support in the
21-
`#paper-help` channel of [our Discord](https://discord.gg/papermc)!
21+
`#need-help` channel of [our Discord](https://discord.gg/2TRCbjzdmh)!
2222
2323
- type: input
2424
attributes:
2525
label: Spark Profile
2626
description: |
2727
Please provide all profiles as links rather than screenshots. Screenshots limit our ability to investigate the root cause of the issue.
2828
29-
For more information, see our [profiling documentation](https://docs.papermc.io/paper/profiling).
29+
For more information, see PaperMC's [profiling documentation](https://docs.papermc.io/paper/profiling).
3030
placeholder: "Example: https://spark.lucko.me/XsN0hxGfsi"
3131
validations:
3232
required: true
@@ -61,7 +61,7 @@ body:
6161

6262
- type: textarea
6363
attributes:
64-
label: Paper version
64+
label: Reflint version
6565
description: |
6666
Run `/version` on your server and **paste** the full, unmodified output here.
6767
"latest" is *not* a version; we require the output of `/version` so we can adequately track down the issue.
@@ -72,7 +72,7 @@ body:
7272
```
7373
> version
7474
[20:34:42 INFO]: Checking version, please wait...
75-
[20:34:42 INFO]: This server is running Paper version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
75+
[20:34:42 INFO]: This server is running Reflint version 1.21-105-master@7e91a2c (2024-07-20T21:04:31Z) (Implementing API version 1.21-R0.1-SNAPSHOT)
7676
[20:34:42 INFO]: You are running the latest version
7777
[20:34:42 INFO]: Previous version: 1.21-103-aa3b356 (MC: 1.21)
7878
```

0 commit comments

Comments
 (0)