Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed May 10, 2023
0 parents commit e2737a6
Show file tree
Hide file tree
Showing 7 changed files with 832 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: MohistMC
custom: ['https://opencollective.com/mohist']
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-or-suggestion.md
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.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/plugin---mod-report.md
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
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
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}
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/unknown-bug-report.md
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}
Loading

0 comments on commit e2737a6

Please sign in to comment.