diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 320784e..8638fa4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.gitignore b/.gitignore index 84bffec..e93b8c6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,8 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk + +# Binary files +*.zip +*.jar +*.exe \ No newline at end of file