Skip to content

Commit

Permalink
[skip] add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Aug 31, 2023
1 parent 258dfb6 commit 962bb68
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 0 deletions.
94 changes: 94 additions & 0 deletions .github/ISSUE_TEMPLATE/bugreport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
name: Bug Report
description: Create a bug report to help me improve Create Unlimited
title: "[Bug] "
labels: ["bug"]
body:
- type: textarea
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is
validations:
required: true
- type: textarea
attributes:
label: Reproduction Steps
description: Tell us about the steps to reproduce the bug.
value: |
1.
2.
3.
...
validations:
required: true
- type: textarea
attributes:
label: Expected Result
description: A clear and concise description of what you expected to happen
validations:
required: true
- type: textarea
attributes:
label: Screenshots and Videos
description: If applicable, add screenshots or videos to help explain your problem.
validations:
required: false
- type: input
attributes:
label: Crash Report or Log
description: If applicable, please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like Pastebin or GitHub Gist. Please **do not** paste the whole crash report in this issue.
validations:
required: false
- type: input
attributes:
label: Operating System
description: The operating system you were using when the bug occurred
placeholder: Windows 11
validations:
required: true
- type: input
attributes:
label: Mod Build
description: The build number of the mod you were using when the bug occurred. This is usually the last numbers of the mod version (eg 0.0.1.**69**)
placeholder: "28"
validations:
required: true
- type: dropdown
attributes:
label: Minecraft Version
description: The version of Minecraft you were using when the bug occurred
options:
- "1.19.2"
validations:
required: true
- type: dropdown
attributes:
label: Modloader
description: The mod loader you are playing Minecraft with
options:
- Fabric
- Forge
- Quilt
validations:
required: true
- type: input
attributes:
label: Modloader Version
description: The version of your selected modloader you were using when the bug occured
placeholder: 0.14.21
validations:
required: true
- type: textarea
attributes:
label: Other Mods
description: Please list any other mods that were running when the crash happened.
validations:
required: false
- type: textarea
attributes:
label: Additional Context
description: Add any extra context about the bug here
validations:
required: false
- type: markdown
attributes:
value: "Thank you for taking the time to make this bug report and help improve Create Unlimited!"
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/2ubhDbMaZY
about: Our Discord Server
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Suggestion
description: Suggest something that would improve Create Unlimited
title: "[Suggestion] "
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Describe the Suggestion
description: What should I add or change to make Create Unlimited better?
validations:
required: true
- type: textarea
attributes:
label: Screenshots and Videos
description: If applicable, add screenshots or videos to help explain your suggestion.
validations:
required: false
- type: textarea
attributes:
label: Additional Context
description: Add any extra context about the suggestion here.
validations:
required: false
- type: markdown
attributes:
value: "Thank you for taking the time to make this suggestion and help improve Create Unlimited!"

0 comments on commit 962bb68

Please sign in to comment.