From 305cfd02cbc0ca17695c7e68f2657a564a51c746 Mon Sep 17 00:00:00 2001 From: Ben Rometsch Date: Wed, 29 Nov 2023 16:51:29 +0000 Subject: [PATCH] chore: add docs to pr template (#3061) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 996e4ed7f1d1..3af0604694e3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,7 @@ Thanks for submitting a PR! Please check the boxes below: - [ ] I have run [`pre-commit`](https://docs.flagsmith.com/platform/contributing#pre-commit) to check linting +- [ ] I have added information to `docs/` if required so people know about the feature! - [ ] I have filled in the "Changes" section below? - [ ] I have filled in the "How did you test this code" section below? - [ ] I have used a [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/) title for this Pull Request