diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e70afb7..5fa74d7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -19,14 +19,16 @@ body: attributes: label: What happened? description: Provide a clear and concise description of what the bug is. - placeholder: Tell us a description of the bug. + placeholder: > + Tell us a description of the bug. validations: required: true - type: textarea id: step-to-reproduce attributes: label: Steps to reproduce - description: Provide details of how to reproduce the bug. + description: > + Provide details of how to reproduce the bug. placeholder: ex. 1. Go to '...' validations: required: true @@ -35,7 +37,8 @@ body: attributes: label: Expected behavior description: What did you expect to happen? - placeholder: ex. I expected '...' to happen + placeholder: > + ex. I expected '...' to happen validations: required: true - type: textarea @@ -43,7 +46,8 @@ body: attributes: label: Actual behavior description: What did actually happen? - placeholder: ex. Instead '...' happened + placeholder: > + ex. Instead '...' happened validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d5e58fb..305d2f8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -6,27 +6,31 @@ body: id: description attributes: label: Describe the feature you want to add - placeholder: I'd like to be able to [...] + placeholder: > + I'd like to be able to [...] validations: required: true - type: textarea id: possible-solution attributes: label: Describe your proposed solution - placeholder: I think this could be done by [...] + placeholder: > + I think this could be done by [...] validations: required: false - type: textarea id: alternatives attributes: label: Describe alternatives you've considered, if relevant - placeholder: Another way to do this would be [...] + placeholder: > + Another way to do this would be [...] validations: required: false - type: textarea id: aditional-context attributes: label: Additional context - placeholder: Add any other context or screenshots about the feature request here. + placeholder: > + Add any other context or screenshots about the feature request here. validations: required: false