mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
docs(collaborator-guide): Clarify how to Land a PR using the GitHub UI (#5201)
Clarify how to enter the header and body text when Landing a PR using the GitHub UI.
This commit is contained in:
parent
f3d7ac2524
commit
94e54fccf8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user