From 5801eecb287f61345963d3627bfc3a768d3c3c0e Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Tue, 23 Jan 2024 14:27:52 +0100 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 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 00000000..5753fda9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,41 @@ +Closes # + + + + + +## What I did + + + +## Checklist for Contributors + +#### Manual testing + +_This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!_ + +### Documentation + + + +- [ ] Add or update documentation reflecting your changes in this repository +- [ ] Request documentation updates in the [test-runner docs website](https://storybook.js.org/docs/writing-tests/test-runner) + + + +## Checklist for Maintainers + +- [ ] Make sure this PR contains **one** of the labels below: +
+ Available labels + + - `skip-release`: Skip any releases, e.g., documentation only changes, CI config etc. + - `patch`: Upgrade patch version (e.g. 0.0.x) + - `minor`: Upgrade patch version (e.g. 0.x.0) + - `major`: Upgrade patch version (e.g. x.0.0) + +