diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-09-27 21:36:09 -0230 |
---|---|---|
committer | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-09-27 21:36:09 -0230 |
commit | 7a0f59195b169c7c10986a557058db67c4bd65ff (patch) | |
tree | 0814d5a293d75481824d901e5e0daf0bade3e651 /.github | |
parent | 628c5ef07e7897936ea983238f44d0b524463f05 (diff) | |
download | RewardClaim-7a0f59195b169c7c10986a557058db67c4bd65ff.tar.gz RewardClaim-7a0f59195b169c7c10986a557058db67c4bd65ff.tar.bz2 RewardClaim-7a0f59195b169c7c10986a557058db67c4bd65ff.zip |
Force Issue Templates because people are annoying
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 70 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 |
2 files changed, 75 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..99a8cac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,70 @@ +name: Bug Report +description: File a bug report +title: "[Bug]: " +labels: [bug] +body: + - type: textarea + id: bug + attributes: + label: Bug Description + description: A clear and concise description of what the bug is. + validations: + required: true + + - type: textarea + id: how-to-reproduce + attributes: + label: How to Reproduce? + description: Steps to reproduce the behavior + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: false + + - type: textarea + id: expected-behavior + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen. + validations: + required: false + + - type: input + id: version + attributes: + label: Version + description: What version of the mod are you on? + placeholder: 1.0.0 + validations: + required: true + + - type: input + id: loader-version + attributes: + label: Mod Loader Version + description: What version of the mod loader are you on? + placeholder: 1.8.9 - 1.0.0 + validations: + required: true + + #Add back when fabric version is here. + # - type: dropdown + # id: loader + # attributes: + # label: Mod Loader + # description: What mod loader are you using? (Not required as of right now) + # multiple: true + # options: + # - N/A + # - Forge + # validations: + # required: false + + - type: textarea + id: logs-extra-context + attributes: + label: Logs or additional context + description: Please copy and paste any relevant log output into a paste website such as [Pastebin](https://pastebin.com) and then link them here. You may also give any additional information here too. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3784848 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Discord + url: https://discord.gg/jRhkYFmpCa + about: If you have any questions about anything go here and ask. Otherwise click one of the templates above to report your problem.
\ No newline at end of file |