Skip to content

Commit

Permalink
docs(collaborator-guide): Clarify how to Land a PR using the GitHub UI (
Browse files Browse the repository at this point in the history
#5201)

Clarify how to enter the header and body text when Landing a PR using the GitHub UI.
  • Loading branch information
OwenEdwards authored and gkatsev committed May 23, 2018
1 parent f3d7ac2 commit 94e54fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ When using the big green button on GitHub, make sure the "squash and merge" is s

The commit message should follow our [conventional changelog conventions][conventions]. They are based on the angularjs changelog conventions. The changelog is then generated from these commit messages on release.

The first line of the commit message -- the header and first text box on GitHub -- should be prefixed with a type and optional scope followed by a short description of the commit.
The first line of the commit message -- the header, which is the first text box on GitHub -- should be prefixed with a type and optional scope followed by a short description of the commit.
The type is required. Two common ones are `fix` and `feat` for bug fixes and new features. Scope is optional and can be anything.

The body should contain extra information, potentially copied from the original comment of the PR.
Expand Down

0 comments on commit 94e54fc

Please sign in to comment.