From 51faf8a9c6aa1644a38f48b1af60e34ae4bddc26 Mon Sep 17 00:00:00 2001 From: arrowgent <57545549+arrowgent@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:56:51 -0700 Subject: [PATCH] change version input in feature_request.yml remove dropdown list since i cant determine how to get a workflow to pull info from known releases --- .github/ISSUE_TEMPLATE/feature_request.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6bf1d971a..60c7440fe 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -11,26 +11,17 @@ body: ## Please fill out forms as cleanly as possible. #### Make sure that you have * properly edited & filled in the title of this bug report - - type: dropdown + - type: input id: version attributes: label: GZDoom version description: | What version are you using? - Run `gzdoom --version` + Run `gzdoom --version` or check in the console in game. Make sure to update to latest [release](https://github.com/coelckers/gzdoom/releases) version and test again before continuing. - multiple: false - options: - - 4.6.1 - - 4.6.0 - - 4.5.0 - - 4.4.2 - - 4.4.1 - - 4.4.0 - - Git - - Other + placeholder: "ex: GZDoom 4.0.0, Git version, Branch, other" validations: - required: true + required: false - type: dropdown id: gameid attributes: