From 1123aff9b3176ab7ca27520de5be29e9bfa1bed9 Mon Sep 17 00:00:00 2001 From: Rita Zerrizuela Date: Tue, 12 Jul 2022 00:06:27 -0300 Subject: [PATCH] Add placeholders to issue forms --- .github/ISSUE_TEMPLATE/Bug Report.yml | 4 ++++ .github/ISSUE_TEMPLATE/Feature Request.yml | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug Report.yml b/.github/ISSUE_TEMPLATE/Bug Report.yml index 3ba1136..598118c 100644 --- a/.github/ISSUE_TEMPLATE/Bug Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug Report.yml @@ -34,6 +34,10 @@ body: attributes: label: Reproduction description: Detail the steps taken to reproduce this error, and whether this issue can be reproduced consistently or if it is intermittent. + placeholder: | + 1. Step 1... + 2. Step 2... + 3. ... validations: required: true diff --git a/.github/ISSUE_TEMPLATE/Feature Request.yml b/.github/ISSUE_TEMPLATE/Feature Request.yml index 994ab4a..4643796 100644 --- a/.github/ISSUE_TEMPLATE/Feature Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature Request.yml @@ -21,7 +21,8 @@ body: id: description attributes: label: Describe the problem you'd like to have solved - description: A clear and concise description of what the problem is. For example, I'm always frustrated when... + description: A clear and concise description of what the problem is. + placeholder: I'm always frustrated when... validations: required: true