From bd455b0b8bf6a0e98213ac4c910589ba243c5039 Mon Sep 17 00:00:00 2001 From: "Lu[ke] Wilson" Date: Mon, 15 May 2023 01:50:33 -0700 Subject: [PATCH] Neaten up pr template (#1369) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR neatens up our PR template. Github struggles to render lists with gaps in. Could we make it neater? ![image](https://github.com/tldraw/tldraw/assets/15892272/8dccecc2-48be-419f-9272-ef1e19bd8915) ### Change Type - [ ] `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) - [x] `internal` — Any other changes that don't affect the published package (will not publish a new version) ### Release Notes - None: internal --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 84a62f593..15f597157 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,9 +11,7 @@ Describe what your pull request does. If appropriate, add GIFs or images showing - [ ] `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)