You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ju...@apache.org on 2021/08/12 01:53:32 UTC

[superset] 01/01: chore:Add feature flags to bug PR template

This is an automated email from the ASF dual-hosted git repository.

junlin pushed a commit to branch Add-feature-flags-to-bug-PR-template
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 7edf070e606addfe54147f31da80a5ba50a0cd08
Author: junlincc <ju...@preset.io>
AuthorDate: Wed Aug 11 18:52:10 2021 -0700

    chore:Add feature flags to bug PR template
---
 .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 c5e5082..41c2ed1 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -11,6 +11,7 @@
 <!--- Check any relevant boxes with "x" -->
 <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
 - [ ] Has associated issue:
+- [ ] Any feature flags active:
 - [ ] Changes UI
 - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351))
   - [ ] Migration is atomic, supports rollback & is backwards-compatible