From 8f8bf14ea2ee7f0bd794a6568967a0ec1956a4dc Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Tue, 13 Dec 2022 17:14:35 -0800 Subject: [PATCH] Add docs/rn question to the PR template (#1806) ## Description This PR template change will remind folks to include release notes or documentation updates as we start adding or updating features and will prevent things from falling through the cracks. ## Type of change - [x] :world_map: Documentation --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 71d0a3618..90e472ff0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,6 +2,12 @@ +## Does this PR need a docs update or release note? + +- [ ] :white_check_mark: Yes, it's included +- [ ] :clock1: Yes, but in a later PR +- [ ] :no_entry: No + ## Type of change