diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3e07464f..b3deb240 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,9 +2,9 @@ Please provide a detailed description of the changes and the intent behind them :) ## Checklist -[] Changes are covered by tests if bahevior has been changed or added -[] Tests have 100% coverage -[] The version in `package.json` has been bumped according to the changes made and standard semantic versioning rules +- [ ] Changes are covered by tests if behavior has been changed or added +- [ ] Tests have 100% coverage +- [ ] The version in `package.json` has been bumped according to the changes made and standard semantic versioning rules ## Resolves If the PR resolves an open issue tag it here. For example, `Resolves #34`