Skip to content

Commit

Permalink
Merge pull request #4951 from aldur/docs/branch_name_symbols
Browse files Browse the repository at this point in the history
docs: specify allowed character set for branch names
  • Loading branch information
obycode committed Jul 8, 2024
2 parents e3c3903 + f63fd95 commit b39bcec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Branch names should use a prefix that conveys the overall goal of the branch:
- `test/more-coverage` for branches that only add more tests
- `refactor/formatting-fix` for refactors

The branch suffix must only include ASCII lowercase and uppercase letters,
digits, underscores, periods and dashes.

The full branch name must be max 128 characters long.

### Merging PRs from Forks

PRs from forks or opened by contributors without commit access require
Expand Down

0 comments on commit b39bcec

Please sign in to comment.