Skip to content

Commit 94e54fc

Browse files
OwenEdwardsgkatsev
authored andcommitted
docs(collaborator-guide): Clarify how to Land a PR using the GitHub UI (videojs#5201)
Clarify how to enter the header and body text when Landing a PR using the GitHub UI.
1 parent f3d7ac2 commit 94e54fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COLLABORATOR_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ When using the big green button on GitHub, make sure the "squash and merge" is s
8282

8383
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.
8484

85-
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.
85+
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.
8686
The type is required. Two common ones are `fix` and `feat` for bug fixes and new features. Scope is optional and can be anything.
8787

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

0 commit comments

Comments
 (0)