tldraw/.github/pull_request_template.md

30 lines
1 KiB
Markdown
Raw Normal View History

Describe what your pull request does. If appropriate, add GIFs or images showing the before and after.
2023-04-21 16:06:21 +00:00
### Change Type
<!-- 💡 Indicate the type of change your pull request is. -->
<!-- 🤷‍♀️ If you're not sure, don't select anything -->
<!-- ✂️ Feel free to delete unselected options -->
<!-- To select one, put an x in the box: [x] -->
- [ ] `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)
2023-04-21 16:06:21 +00:00
### Test Plan
1. Add a step-by-step description of how to test your PR here.
2.
- [ ] Unit Tests
- [ ] Webdriver tests
### Release Notes
2023-04-21 16:06:21 +00:00
- Add a brief release note for your PR here.