diff --git a/.github/PULL_REQUEST_TEMPLATE.yml b/.github/PULL_REQUEST_TEMPLATE.yml index d743bcf..fd0df9c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.yml +++ b/.github/PULL_REQUEST_TEMPLATE.yml @@ -1,15 +1,13 @@ -# Pull Requests - -Please note that we accept pull requests from anyone, but that does not mean it will be merged. + ## What kind of change does this PR introduce? -* Fix -* Feature -* Codestyle -* Refactor -* Other +- [ ] Fix +- [ ] Feature +- [ ] Codestyle +- [ ] Refactor +- [ ] Other ## Did this PR introduce a breaking change? _A breaking change includes anything that breaks backwards compatibility either at compile or run time._ -* Yes, please list breaking changes -* No +- [ ] Yes, please list breaking changes +- [ ] No