prysm-pulse/.github/ISSUE_TEMPLATE/feature_flag.md
Victor Farazdagi 9e8eafda6a
Fixes problem in YAML front-matter of the new flag tracking issue template (#6023)
* fixes probleim in YAML front-matter
* Merge refs/heads/master into fix-feature-tracking-issue-template
2020-05-28 10:45:18 +00:00

1.5 KiB

name about labels
🦄Feature Flag Tracking Track a new feature, in development, in Prysm. This issue template should only be used by developers or contributors! Tracking

🦄 Feature Tracking

Current status (opt-in or opt-out):

Opt-in feature flag name:

Opt-out feature flag name:

Feature Description

A clear and concise description of the new feature. Provide links to your technical

design document or other supporting information.

Tasks

  • Feature flag created as opt-in
  • Feature implemented / code complete
  • Feature tested in production for adequate amount of time
  • Feature flag is inverted to be opt-out and the opt-in flag is deprecated
  • Feature has made it to a tagged production release as an opt-out flag
  • Opt-out feature flag is deprecated and old code paths are cleaned up

This issue should be closed after all of the above tasks are complete.