From 823d55fe46bce2fc24067ebda2ab02c2121b1554 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 24 Mar 2022 12:31:33 -0700 Subject: [PATCH] improve some github templates (#2876) --- .github/ISSUE_TEMPLATE/---01-bug-report.yml | 8 +++++++- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/---01-bug-report.yml b/.github/ISSUE_TEMPLATE/---01-bug-report.yml index 6ddb55c45..96ae48e3b 100644 --- a/.github/ISSUE_TEMPLATE/---01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---01-bug-report.yml @@ -39,7 +39,13 @@ body: - type: input attributes: label: Link to Minimal Reproducible Example - description: 'Please use the following link to create a reproduction: https://astro.new' + description: 'Use [astro.new](https://astro.new) to create a minimal reproduction of the problem. **A minimal reproduction is required** so that others can help debug your issue. If a report is vague (e.g. just a generic error message) and has no reproduction, it may be auto-closed.' placeholder: 'https://stackblitz.com/abcd1234' validations: required: true + - type: checkboxes + attributes: + label: Participation + options: + - label: I am willing to submit a pull request for this issue. + required: false diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 066a3a27d..edec77376 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,8 @@ - What does this change? - Be short and concise. Bullet points can help! -- Before/after screenshots can be helpful as well. +- Before/after screenshots can help as well. +- Don't forget a changeset! `pnpm exec changeset` ## Testing @@ -11,6 +12,6 @@ ## Docs - - - + + + \ No newline at end of file