Skip to content

Commit

Permalink
Fix feature_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
osfanbuff63 committed Sep 21, 2022
1 parent 114feab commit aecc7c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 30 deletions.
31 changes: 1 addition & 30 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,36 +13,7 @@ body:
- type: textarea
attributes:
label: Requested Feature
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
Please list all mods used, as well as the OS and mod version.
Remember that this pack requires OptiFine or Continuity. [Fabulously Optimized](https://fabulously-optimized.github.io) will work as it has Continuity.
value: |
- OS:
- Minecraft:
- Mods:
description: A concise description of what you want.
validations:
required: true
- type: textarea
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk

# Binary files
*.zip
*.jar
*.exe

0 comments on commit aecc7c1

Please sign in to comment.