From 8d39750787d8b20cbd636e00f6e2446217345827 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Mon, 12 Jun 2023 12:23:35 +0100 Subject: [PATCH] Update pr template (#1570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update PR template ### Change Type - [x] `internal` — Any other changes that don't affect the published package (will not publish a new version) --- .github/pull_request_template.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 15f597157..3e99c2602 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,19 +2,17 @@ Describe what your pull request does. If appropriate, add GIFs or images showing ### Change Type - - - +- [ ] `patch` — Bug fix +- [ ] `minor` — New feature +- [ ] `major` — Breaking change +- [ ] `dependencies` — Changes to package dependencies[^1] +- [ ] `documentation` — Changes to the documentation only[^2] +- [ ] `tests` — Changes to any test code only[^2] +- [ ] `internal` — Any other changes that don't affect the published package[^2] +- [ ] I don't know - - -- [ ] `patch` — Bug Fix -- [ ] `minor` — New Feature -- [ ] `major` — Breaking Change -- [ ] `dependencies` — Dependency Update (publishes a `patch` release, for devDependencies use `internal`) -- [ ] `documentation` — Changes to the documentation only (will not publish a new version) -- [ ] `tests` — Changes to any testing-related code only (will not publish a new version) -- [ ] `internal` — Any other changes that don't affect the published package (will not publish a new version) +[^1]: publishes a `patch` release, for devDependencies use `internal` +[^2]: will not publish a new version ### Test Plan @@ -22,7 +20,7 @@ Describe what your pull request does. If appropriate, add GIFs or images showing 2. - [ ] Unit Tests -- [ ] Webdriver tests +- [ ] End to end tests ### Release Notes