Skip to content

Commit

Permalink
Drop redundant "integrate-".
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed May 9, 2024
1 parent d92a43d commit f1d984d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/developers/general/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ Branch type | Naming scheme | Example
-- | -- | --
Single user | `users/[username]/*` | `users/cooldeveloper/my-awesome-feature`
Shared feature branch | `shared/*` | `shared/pytorch-performance-sprint`
Dependency updates | `integrates/*` | `integrates/integrate-llvm-20240501`
Dependency updates | `integrates/*` | `integrates/llvm-20240501`

Branches that do not meet these guidelines may be deleted, especially if
they [appear to be stale](https://github.com/iree-org/iree/branches/stale).
Expand Down

0 comments on commit f1d984d

Please sign in to comment.