CODEBASE: Combine the title and dist checks (#361)

This commit is contained in:
Snarling
2023-02-12 02:22:07 -05:00
committed by GitHub
parent af8528c777
commit f916007f2d
4 changed files with 75 additions and 126 deletions

View File

@@ -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