mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
Modify PR template
This commit is contained in:
parent
b8f8246294
commit
90e116a268
10
.github/PULL_REQUEST_TEMPLATE
vendored
10
.github/PULL_REQUEST_TEMPLATE
vendored
@ -5,16 +5,20 @@
|
|||||||
# PR title
|
# PR title
|
||||||
|
|
||||||
Formatted as such:
|
Formatted as such:
|
||||||
SECTION: FIX #xzyw PLAYER DESCRIPTION
|
SECTION: PLAYER DESCRIPTION
|
||||||
|
|
||||||
SECTION is something like "API", "UI", "MISC", "STANEK", "CORPORATION"
|
SECTION is something like "API", "UI", "MISC", "STANEK", "CORPORATION"
|
||||||
FIX #xyzw is the issue number, if any
|
|
||||||
PLAYER DESCRIPTION is what you'd tell a non-contributor to convey what is changed.
|
PLAYER DESCRIPTION is what you'd tell a non-contributor to convey what is changed.
|
||||||
|
|
||||||
# Linked issues
|
# Linked issues
|
||||||
|
|
||||||
If your pull request is related to a git issue, please link it in the description using #xyz.
|
If your pull request is related to a git issue, please link it in the description using #xyz.
|
||||||
If your PR should close the issue when it is merged in, use `fixes #xyz` or `closes #xyz`. It'll automate the process.
|
If your PR should close the issue when it is merged in, use `fixes #xyz` or `closes #xyz` like this:
|
||||||
|
|
||||||
|
closes #xxxx
|
||||||
|
closes #yyyy
|
||||||
|
|
||||||
|
It'll automate the process.
|
||||||
|
|
||||||
# Documentation
|
# Documentation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user