From 908ed627bce81cac6cb9840a409b77577fff040f Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Wed, 15 Sep 2021 21:58:29 -0700 Subject: [PATCH] Improve feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f9e66c0..f3b84ea 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,7 +8,7 @@ body: required: true attributes: label: Is the feature request related to a problem. Please describe it. - description: e.g. I have an issue when... + placeholder: I have an issue when... - type: textarea validations: @@ -16,8 +16,10 @@ body: attributes: label: Describe the solution you would like. description: A clear and concise description of what you want to happen. Add any considered drawbacks. + placeholder: I would like streamrip to... - type: textarea attributes: label: Describe alternatives you've considered. description: A clear and concise description of any alternative solutions or features you've considered. + placeholder: '"I have already tried X" or "I do Y as a temporary solution"'