From ce643a5a099c115227dcf50bb3584c9882da07b9 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Wed, 9 Mar 2022 21:36:47 +0000 Subject: [PATCH] chore: remove commit section from template --- .github/ISSUE_TEMPLATE/feature.yaml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml index 20141ae2..b192a6fc 100644 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ b/.github/ISSUE_TEMPLATE/feature.yaml @@ -14,23 +14,6 @@ body: description: Describe your idea in as much detail as possible - if applicable, screenshots/mockups are really useful. validations: required: true - - type: textarea - id: commit-hash - attributes: - label: Commit hash - description: What is your commit hash? You can find this at the bottom of Settings, next to the branch name. - validations: - required: true - - type: dropdown - id: branch - attributes: - label: Branch - description: What branch of Revolt are you using? (It's possible the feature you're asking for is already available on Nightly.) - options: - - Production (app.revolt.chat) - - Nightly (nightly.revolt.chat) - validations: - required: true - type: checkboxes id: pwa attributes: