From 2836701ccf35a007fb17baec14ccf35178f7b392 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Jan 2021 17:38:21 +0000 Subject: [PATCH] chore: add pull request template --- .../pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..401fde63 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,15 @@ + + +#### Checklist + +- [ ] Run `npm test` +- [ ] Documentation has been updated if needed +- [ ] Commit message adheres to the [Conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) style, following the `@commitlint/config-conventional` config