-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
1 parent
c48ffd9
commit ce3e620
Showing
1 changed file
with
45 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,45 @@ | ||
name: Modpack | ||
description: Report a issue related to the modpack! | ||
title: "[Modpack]" | ||
labels: ["Modpack"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist | ||
description: Issue will be closed if incomplete. These are required before submitting and by sumbitting you agree that you have actually done them. | ||
options: | ||
- label: I've checked that the issue has not already been reported. | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: What modpack is this report for? | ||
multiple: false | ||
options: | ||
- The Useful Pack | ||
- The Useful Pack+ | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: What version does this report apply to? | ||
multiple: false | ||
options: | ||
- 1.0.1 | ||
- 1.1.1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the issue? | ||
description: Please provide a detailed description of the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce. | ||
description: Please provide a detailed explanation of the steps to reproduce the issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: (OPTIONAL) Any extra information about the issue?. |