mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
CODEBASE: Combine the title and dist checks (#361)
This commit is contained in:
12
.github/PULL_REQUEST_TEMPLATE
vendored
12
.github/PULL_REQUEST_TEMPLATE
vendored
@@ -1,5 +1,3 @@
|
||||
# Only bugfix are accepted
|
||||
|
||||
# DELETE THIS AFTER READING
|
||||
|
||||
# READ CONTRIBUTING.md
|
||||
@@ -7,10 +5,10 @@
|
||||
# PR title
|
||||
|
||||
Formatted as such:
|
||||
SECTION: PLAYER DESCRIPTION
|
||||
CATEGORY: Change Description
|
||||
|
||||
SECTION is something like "API", "UI", "MISC", "STANEK", "CORPORATION"
|
||||
PLAYER DESCRIPTION is what you'd tell a non-contributor to convey what is changed.
|
||||
CATEGORY is something like "API", "UI", "MISC", "STANEK", etc, and must be uppercase.
|
||||
Change Description is what you'd tell a non-contributor to convey what is changed.
|
||||
|
||||
# Linked issues
|
||||
|
||||
@@ -24,8 +22,8 @@ It'll automate the process.
|
||||
|
||||
# Documentation
|
||||
|
||||
- DO NOT CHANGE any markdown/\*.md, these files are autogenerated from NetscriptDefinitions.d.ts and will be overwritten
|
||||
- DO NOT re-generate the documentation, makes it harder to review.
|
||||
- If your PR includes ns API function changes, do not manually modify markdown files.
|
||||
- Instead, you can run `npm run doc` to autogenerate new markdown files that reflect your submitted API changes.
|
||||
|
||||
# Bug fix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user