From 765c20164e2d2292e1cfdbbd02d2dd1d5b6b23d1 Mon Sep 17 00:00:00 2001 From: Vitalii Motso Date: Tue, 15 Feb 2022 13:11:25 +0200 Subject: [PATCH] Post develop merge --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..481c5c2d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,9 @@ +### Changelog +* [ ] I have updated CHANGELOG.md according to [CONTRIBUTING.md](../CONTRIBUTING.md) + +### Documentation +* [ ] I have updated resource/data source documentation in [docs](../docs) + +### State +* [ ] My changes affect the state +* [ ] I have included a state migration and a unit test for it