1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website/docs/how-to/how-to-add-feature-flag-naming-patterns.mdx
Nicholas Haley ab24264df9
docs: spelling and grammar (#6007)
<!-- Thanks for creating a PR! To make it easier for reviewers and
everyone else to understand what your changes relate to, please add some
relevant content to the headings below. Feel free to ignore or delete
sections that you don't think are relevant. Thank you! ❤️ -->

## About the changes
<!-- Describe the changes introduced. What are they and why are they
being introduced? Feel free to also add screenshots or steps to view the
changes if they're visual. -->
This is a demo that uses [Floe](https://www.floe.dev/) to review the
`how-to` directory using the `spelling-and-grammar` rule.

You can read more about the tool here: https://www.floe.dev/docs
2024-01-23 19:52:10 +01:00

29 lines
1.0 KiB
Plaintext

---
title: How to add feature flag naming patterns
---
:::info Availability
Feature flag naming patterns is an in-development, **enterprise-only** feature.
:::
This short guide will show you how to add [feature flag naming patterns](../reference/feature-flag-naming-patterns.mdx) to a project.
## Prerequisites
- You must be using an Unleash Enterprise instance.
- You must have permissions to edit project settings for the project you want to add feature flag naming patterns to.
## Step 1: Navigate to project settings
Navigate to the project settings page for the project you want to add feature flag naming patterns to.
## Step 2: Add a feature flag naming pattern
Use the "feature flag naming pattern" section of the project settings form to add a feature flag naming pattern, plus the optional example and/or description.
When you've entered your data, save the changes.
![The "feature flag naming pattern" part of the form. Input fields for pattern, example, and description](/img/naming-pattern-forms.png)