Skip to content

Commit

Permalink
add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Pdiddy973 committed Mar 25, 2022
1 parent 0c8e1e8 commit 01bc8f8
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: [ Bug ]
body:
- type: dropdown
id: mc-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you using?
options:
- 1.16
- 1.17
- 1.18
validations:
required: true
- type: input
id: mod-version
attributes:
label: Mod Version
description: Please Enter The Mod Version
placeholder: 1.0.0-1.16.5-36.2.8
validations:
required: true
- type: dropdown
id: compressium
attributes:
label: Is Compressium Loaded
description: Is Copmpressium Loaded Along With AllTheCompressed
options:
- Loaded
- Not Loaded
validations:
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: Please give a thorough explanation of what happened. Attach/Link relevant images/files in relation to the issue!
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: logs
attributes:
label: latest.log
description: Please upload your 'latest.log' file to https://gist.github.com/ and leave the link here.
placeholder: https://gist.github.com/
validations:
required: true
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: Crash Report
description: File a crash report
title: "[Crash]: "
labels: [ Crash ]
body:
- type: dropdown
id: mc-version
attributes:
label: Minecraft Version
description: What version of Minecraft are you using?
options:
- 1.16
- 1.17
- 1.18
validations:
required: true
- type: input
id: mod-version
attributes:
label: Mod Version
description: Please Enter The Mod Version
placeholder: 1.0.0-1.16.5-36.2.8
validations:
required: true
- type: dropdown
id: compressium
attributes:
label: Is Compressium Loaded
description: Is Copmpressium Loaded Along With AllTheCompressed
options:
- Loaded
- Not Loaded
validations:
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: Please give a thorough explanation of what happened. Attach/Link relevant images/files in relation to the issue!
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: logs
attributes:
label: Crash Log
description: Please upload your crash log to https://gist.github.com/ and leave the link here.
placeholder: https://gist.github.com/
validations:
required: true
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Feature Request
description: Request a feature to be added
title: "[Feature]: "
labels: [ Feature ]
body:
- type: textarea
id: description
attributes:
label: Feature Details
description: Please give a thorough explanation of the feature you'd like to see in the mod!
placeholder: I would like to see...
validations:
required: true

0 comments on commit 01bc8f8

Please sign in to comment.