Naming conventions
- Community contributors
- HashiCorp employees
Use the following format:Example:Where:
aimeeuis the contributor’s GitHub usernamenomadis the product the change relates to12345is the GitHub issue number the PR addresses
Why consistent naming matters
Pull requests to this repository can touch documentation for many different products and versions. Consistent branch names make it easier to:- Quickly identify who owns an in-progress branch
- Link a branch back to the issue or ticket that motivated the change
- Filter and sort open branches when triaging stale work
- Automatically label PRs by product based on the branch name
Creating your branch
After cloning the repository, create your working branch with:For embargoed content (unreleased product or conference announcements), use the private
web-unified-docs-internal repository instead. Contact your team’s technical writer for access and guidance.