ui: Instructions for branch naming pattern (#11256)
* Instructions for branch naming pattern * fix
This commit is contained in:
parent
eb414d4884
commit
b729414c05
|
@ -82,7 +82,7 @@ respect the `CONSUL_HTTP_ADDR` environment variable to locate the Consul
|
|||
installation.
|
||||
* Visit your app at [http://localhost:4200](http://localhost:4200).
|
||||
|
||||
Example:
|
||||
Example:
|
||||
|
||||
```bash
|
||||
CONSUL_HTTP_ADDR=http://10.0.0.1:8500 make start-consul
|
||||
|
@ -92,6 +92,14 @@ CONSUL_HTTP_ADDR=http://10.0.0.1:8500 make start-consul
|
|||
|
||||
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.
|
||||
|
||||
Exmaples:
|
||||
- `ui/feature/add...`
|
||||
- `ui/bugfix/fix...`
|
||||
- `ui/enhancement/update...`
|
||||
|
||||
### Contributing/Engineering Documentation
|
||||
|
||||
We have an in-app (only during development) component storybook and
|
||||
|
|
Loading…
Reference in New Issue