From 6307ac581b31f6747293036809b82fa2cf35daed Mon Sep 17 00:00:00 2001 From: jycouet Date: Sat, 28 Mar 2026 08:54:58 +0100 Subject: [PATCH 1/3] add light pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ CONTRIBUTING.md | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..e6434ad87 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +Closes # + +### Description + + + +### Checklist + +- [ ] Updated [snapshots](../CONTRIBUTING.md#update-snapshots) _if applicable_ +- [ ] Added a [changeset](../CONTRIBUTING.md#generating-changelogs) _if applicable_ +- [ ] Allowed maintainers to edit this PR +- [ ] I care about what I'm doing, no matter the tool I use _(Notepad, Sublime, VSCode, AI...)_ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9eed6f024..819e1624b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -161,3 +161,17 @@ Here is the command to generate a change set: # from root of project pnpm changeset ``` + +The changeset message should follow this format: `type(scope): description` + +- `feat(scope)`: new feature - use `minor` version bump +- `fix(scope)`: bug fix - use `patch` version bump +- `chore(scope)`: maintenance - use `patch` version bump + +Examples: + +``` +feat(vitest): better real world vitest examples # minor +fix(sv): stricter logic for rune mode # patch +chore(sv): bump ESLint to v10 # patch +``` From 7cb3d309540f47080a70acc01797ead4f32ae7ac Mon Sep 17 00:00:00 2001 From: "jyc.dev" Date: Sat, 28 Mar 2026 16:27:59 +0100 Subject: [PATCH 2/3] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Scott Wu --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e6434ad87..96871da92 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Closes # ### Checklist -- [ ] Updated [snapshots](../CONTRIBUTING.md#update-snapshots) _if applicable_ -- [ ] Added a [changeset](../CONTRIBUTING.md#generating-changelogs) _if applicable_ -- [ ] Allowed maintainers to edit this PR -- [ ] I care about what I'm doing, no matter the tool I use _(Notepad, Sublime, VSCode, AI...)_ +- [ ] Update [snapshots](../CONTRIBUTING.md#update-snapshots) (if applicable) +- [ ] Add a [changeset](../CONTRIBUTING.md#generating-changelogs) (if applicable) +- [ ] Allow maintainers to edit this PR +- [ ] I care about what I'm doing, no matter the tool I use (Notepad, Sublime, VSCode, AI...) From 721a6fb28c83a8ba9d5a3d5fb950b2588b30deec Mon Sep 17 00:00:00 2001 From: "jyc.dev" Date: Sat, 28 Mar 2026 16:34:18 +0100 Subject: [PATCH 3/3] Like this! --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 96871da92..5571b475e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Closes # ### Checklist -- [ ] Update [snapshots](../CONTRIBUTING.md#update-snapshots) (if applicable) -- [ ] Add a [changeset](../CONTRIBUTING.md#generating-changelogs) (if applicable) -- [ ] Allow maintainers to edit this PR -- [ ] I care about what I'm doing, no matter the tool I use (Notepad, Sublime, VSCode, AI...) +- Update [snapshots](../CONTRIBUTING.md#update-snapshots) (if applicable) +- Add a [changeset](../CONTRIBUTING.md#generating-changelogs) (if applicable) +- Allow maintainers to edit this PR +- I care about what I'm doing, no matter the tool I use (Notepad, Sublime, VSCode, AI...)