diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..c94c3e8 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ + + +### Checklist + +Check all and take necessary actions when you open this pull request. +(These help auto-generation for release notes) + +- [ ] Add the `enhancement` label if this adds a new feature. +- [ ] Add the `bug` label if this fixes a bug. +- [ ] Start the title with `[Breaking]` if this includes a breaking change.