Click me to collapse/fold the Issue template for a feature development.
```
## Technical proposal
## Feature Flag
This feature is implemented behind `feature-flag-name` feature flag and disabled by default.
Once we've confirmed the feature is deemed stable, we remove the feature flag in order to publish the feature as GA.
## Planned MRs
### Backend
- [ ] [MR-1 title](MR link if it already exists)
- [ ] [MR-2 title](MR link if it already exists)
### Frontend
- [ ] [MR-1 title](MR link if it already exists)
- [ ] [MR-2 title](MR link if it already exists)
### General
- [ ] [Write a feature spec to test frontend and backend change altogether](MR link if it already exists)
- [ ] [Remove the feature flag and update documentation](MR link if it already exists) # i.e. publish the feature
```
#### Issue template for feature evaluation (dogfooding, beta-tester program)
This is an issue template for feature evaluation. It includes some
important engineering tasks to be done in general.
When you enable a feature via feature flag and expect a significant impact on
user workflow or production load, you should create an issue with the following
template to communicate better with the affected users or SRE.