This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove debug code I accidently left in...
Also add github issue template to push people to the Sponge repo if they're running 1.16.5+
- Loading branch information
1 parent
adee7ec
commit bac3114
Showing
4 changed files
with
76 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: I am using SpongeForge for Minecraft 1.16.5 or later | ||
url: https://github.com/SpongePowered/Sponge/issues/new | ||
about: "Issues for SpongeForge for Minecraft 1.16.5 or later should be reported on the Sponge repository." | ||
- name: Known Mod Incompatibilities | ||
url: https://docs.spongepowered.org/stable/en/server/spongineer/incompatible.html | ||
about: "If you're potentially having issues with mod conflicts, read this page. You may simply need to change a mod or sponge setting." | ||
- name: Sponge Docs | ||
url: https://docs.spongepowered.org/ | ||
about: "If you need help setting up a server, our Docs pages may help you." | ||
- name: Sponge Forums | ||
url: https://forums.spongepowered.org/ | ||
about: "If you need support running your server and want to ask a question, post on our official forums" | ||
- name: Sponge Discord Guild | ||
url: https://discord.gg/sponge | ||
about: "For quick help, join our Discord channel!" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
name: I am using SpongeForge for Minecraft 1.12.2 | ||
description: File an issue. Please note that Github Issues is not for general support. | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Before You Begin" | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Github Issues are for filing bug reports and requesting new features only. If you need general support, please check out the following places first: | ||
* [Check to see if a mod you're running is incompatible here.](https://docs.spongepowered.org/stable/en/server/spongineer/incompatible.html) | ||
* [Read more about how to set up a server on SpongeDocs.](https://docs.spongepowered.org/stable/en/server/index.html) | ||
* [Need server support? Post on our official forums instead.](https://forums.spongepowered.org/) | ||
* [Got a quick question? Ask us on our official Discord guild](https://discord.gg/sponge) | ||
If you are sure you have found a bug with SpongeForge for Miencraft 1.12.2, file an issue below! | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of SpongeForge are you running? | ||
placeholder: ex. 7.4.7 | ||
validations: | ||
required: true | ||
- type: input | ||
id: os | ||
attributes: | ||
label: Operating System | ||
description: e.g. Windows, macOS, Linux | ||
validations: | ||
required: true | ||
- type: input | ||
id: java | ||
attributes: | ||
label: Java Version | ||
description: "You can get this by running `java -version` from the command line" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: plugins | ||
attributes: | ||
label: Plugins/Mods | ||
description: List all plugins and mods that you are using | ||
render: shell | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: Describe the bug | ||
description: Explain what the bug is and how to reproduce it | ||
validations: | ||
required: true | ||
- type: input | ||
id: logs | ||
attributes: | ||
label: Link to logs | ||
description: "Please paste relevant logs to [Github Gist](https://gist.github.com) or [paste.gg](https://paste.gg), and paste a link to it here." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters