diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 5bff8e3e..a1965468 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -16,19 +16,19 @@ body: - type: textarea attributes: label: Describe the issue - description: A concise description of what you're experiencing. Providing screenshots is also helpful. + description: Please provide a concise description of what you're experiencing. Providing screenshots is also helpful. validations: required: true - type: textarea attributes: label: Expected behavior - description: A concise description of what you expected to happen. + description: Please provide a concise description of what you expected to happen. validations: required: true - type: textarea attributes: label: Steps to reproduce - description: Steps to reproduce the behavior. + description: Please describe the precise steps needed to reproduce the behavior. placeholder: | Mention package versions and environment (browser, etc)... 1. ... @@ -38,7 +38,11 @@ body: - type: input attributes: label: Test case - description: Please provide a link to a test case reproducing the issue + description: Please provide a link to a reduced test case that reproduces the issue. placeholder: "https://codesandbox.io/s/6lx6ql1w5r" validations: required: true + - type: textarea + attributes: + label: Additional comments + description: You're welcome to provide additional context and proposed solutions. diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 78e829a4..41fdc0db 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -5,7 +5,7 @@ body: - type: markdown attributes: value: | - Thank you for reporting suggesting a feature! + Thank you for suggesting a feature! - type: checkboxes attributes: label: Is there an existing request? @@ -16,6 +16,6 @@ body: - type: textarea attributes: label: Describe the feature request - description: A concise description of the request, potential solutions, and addtional context. + description: Please provide a concise description of the request, potential solutions, and addtional context. validations: required: true