bc7f0c638e
This PR updates the PR template. Just simplifies stuff, fixes spacing and casing. ### Change Type - [ ] `feature` — New feature - [ ] `improvement` — Product improvement - [ ] `api` — API change - [ ] `bugfix` — Bug fix - [x] `other` — Changes that don't affect SDK users, e.g. internal or .com changes
21 lines
No EOL
331 B
Markdown
21 lines
No EOL
331 B
Markdown
Describe what your pull request does. If you can, add GIFs or images showing the before and after of your change.
|
|
|
|
### Change type
|
|
|
|
- [ ] `bugfix`
|
|
- [ ] `improvement`
|
|
- [ ] `feature`
|
|
- [ ] `api`
|
|
- [ ] `other`
|
|
|
|
### Test plan
|
|
|
|
1. Create a shape...
|
|
2.
|
|
|
|
- [ ] Unit tests
|
|
- [ ] End to end tests
|
|
|
|
### Release notes
|
|
|
|
- Fixed a bug with... |