From 61883c90ba34b43a67eb815b12982f96f00a70e9 Mon Sep 17 00:00:00 2001 From: mansaj Date: Tue, 28 May 2024 13:42:18 -0700 Subject: [PATCH] Update .github/pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4861a8e4d..ee1fc5851 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,7 +21,7 @@ Not applicable. - [ ] Commits in this PR are minimal and [have descriptive commit messages](https://chris.beams.io/posts/git-commit/). - [ ] I've added or updated the relevant sections in readme and/or code comments - [ ] I've added a unit test to test for potential regressions of this bug. -- [ ] This PR requires a feature flag or experimentation, please notify the engineering team +- [ ] If this PR implements a feature flag or experimentation, the Ship Behind Feature Flag status in Jira has been set - [ ] Product Owner accepted the User Story (demo of functionality completed) or waived the privilege. - [ ] All acceptance criteria are met. - [ ] Jira ticket has been updated (if needed) to match changes made during the development process.