From aecc7c108ffb171d0805e827850a14230b0300ec Mon Sep 17 00:00:00 2001 From: osfanbuff63 <91388253+osfanbuff63@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:47:38 -0400 Subject: [PATCH] Fix feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 31 +--------------------- .gitignore | 5 ++++ 2 files changed, 6 insertions(+), 30 deletions(-) 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