ui: Amend UI branching docs (#12705)

This commit is contained in:
John Cowen 2022-04-07 11:34:24 +01:00 committed by GitHub
parent 1d66b118b3
commit 264a3ed39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -109,7 +109,11 @@ See [./docs/index.mdx](./docs/index.mdx#environment-variables)
### Branching
Follow a `ui/**/**` branch naming pattern. This branch naming pattern allows front-end focused builds, such as FE tests, to run automatically in Pull Requests. It also adds the `theme/ui` label to Pull Requests.
We follow a `ui/**/**` branch naming pattern. This branch naming pattern allows
front-end focused builds, such as FE tests, to run automatically in Pull
Requests. Please note this only works if you are a member of the HashiCorp
GitHub Org. If you are an external contributor these tests won't run and will
instead be run by a member of our team during review.
Examples:
- `ui/feature/add...`