mirror of
https://github.com/nginx/nginx.git
synced 2026-05-13 09:36:42 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
0d025b4a94
commit
9fd94af4dd
1 changed files with 8 additions and 3 deletions
|
|
@ -68,9 +68,14 @@ to 76 characters
|
|||
code; examples include "Upstream:", "QUIC:", or "Core:"; see the commit history
|
||||
to get an idea of the prefixes used
|
||||
|
||||
- Reference issues in the the subject line; if the commit fixes an issue,
|
||||
[name it](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue)
|
||||
accordingly
|
||||
- If the commit fixes an open issue then you can use the "Closes:" tag/trailer
|
||||
to reference it and have GitHub automatically close it once it's been merged.
|
||||
E.g.:
|
||||
|
||||
`Closes: https://github.com/nginx/nginx/issues/9999`
|
||||
|
||||
That should go at the end of the commit message, separated by a blank line,
|
||||
along with any other tags.
|
||||
|
||||
### Before Submitting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue