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:31 UTC

[superset] branch Add-feature-flags-to-bug-PR-template created (now 7edf070)

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

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


      at 7edf070  chore:Add feature flags to bug PR template

This branch includes the following new commits:

     new 7edf070  chore:Add feature flags to bug PR template

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by ju...@apache.org.
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