-
-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e2737a6
Showing
7 changed files
with
832 additions
and
0 deletions.
There are no files selected for viewing
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,2 @@ | ||
github: MohistMC | ||
custom: ['https://opencollective.com/mohist'] |
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,19 @@ | ||
--- | ||
name: Feature request or suggestion | ||
about: Suggest an idea ^^ | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- ISSUE_TEMPLATE_0 -> IMPORTANT: DO NOT DELETE THIS LINE.--> | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Plugin & Mod report | ||
about: Want to report a bug for a specific mod / plugin ? It's here ! | ||
title: "[MC VERSION] Name of the bug" | ||
labels: waiting | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- ISSUE_TEMPLATE_1 -> IMPORTANT: DO NOT DELETE THIS LINE.--> | ||
|
||
<!-- Thank you for reporting ! Please note that issues can take a lot of time to be fixed and there is no eta.--> | ||
|
||
<!-- If you don't know where to upload your logs and crash reports, you can use these websites : --> | ||
<!-- https://gist.github.com (recommended) --> | ||
<!-- https://mclo.gs --> | ||
<!-- https://haste.mohistmc.com --> | ||
<!-- https://pastebin.com --> | ||
|
||
<!-- TO FILL THIS TEMPLATE, YOU NEED TO REPLACE THE {} BY WHAT YOU WANT --> | ||
|
||
**Minecraft Version :** Minecraft version | ||
|
||
**Mohist Version :** Provide Mohist build number | ||
|
||
**Operating System :** Provide the name of your OS | ||
|
||
**Concerned mod / plugin** : Provide mod / plugin name and download link if possible | ||
|
||
**Logs :** Link(s) of logs and crash reports if you have | ||
|
||
**Steps to Reproduce :** | ||
1. Do this | ||
2. Then do that | ||
3. ... | ||
|
||
**Description of issue :** Give all details about your issue |
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,13 @@ | ||
--- | ||
name: Question | ||
about: Ask something related to Mohist here :) | ||
title: '' | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- ISSUE_TEMPLATE_2 -> IMPORTANT: DO NOT DELETE THIS LINE.--> | ||
|
||
**What is your question ?** | ||
{Answer 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Unknown bug report | ||
about: Want to report a bug for which you don't know the cause ? It's here ! | ||
title: '' | ||
labels: waiting | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- ISSUE_TEMPLATE_3 -> IMPORTANT: DO NOT DELETE THIS LINE.--> | ||
|
||
<!-- Thank you for reporting ! Please note that issues can take a lot of time to be fixed and there is no eta.--> | ||
|
||
<!-- If you don't know where to upload your logs and crash reports, you can use these websites : --> | ||
<!-- https://gist.github.com (recommended) --> | ||
<!-- https://mclo.gs --> | ||
<!-- https://haste.mohistmc.com --> | ||
<!-- https://pastebin.com --> | ||
|
||
<!-- TO FILL THIS TEMPLATE, YOU NEED TO REPLACE THE {} BY WHAT YOU WANT --> | ||
|
||
**Minecraft Version :** {Minecraft version} | ||
|
||
**Mohist Version :** {Provide Mohist build number} | ||
|
||
**Operating System :** {Provide the name of your OS} | ||
|
||
**Logs :** {Link(s) of logs and crash reports if you have} | ||
|
||
**Mod list :** {List of your mods. You can also use /getmodlist command on your server} | ||
|
||
**Plugin list :** {List of your plugins. You can also use /getpluginlist command on your server} | ||
|
||
**Description of issue :** {Give all details about your issue} |
Oops, something went wrong.