From 264a3ed39e4172c20941fe998287085e58601d27 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Thu, 7 Apr 2022 11:34:24 +0100 Subject: [PATCH] ui: Amend UI branching docs (#12705) --- ui/packages/consul-ui/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/packages/consul-ui/README.md b/ui/packages/consul-ui/README.md index 88e79cba4..c87923c83 100644 --- a/ui/packages/consul-ui/README.md +++ b/ui/packages/consul-ui/README.md @@ -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...`