From f2d8d11d32bfb8005067c4f3cb8e1fec40519cd7 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Thu, 14 Apr 2022 12:16:03 -0400 Subject: [PATCH] tempalte --- .github/PULL_REQUEST_TEMPLATE | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 96f22093b..bf3cf78d5 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,5 +1,14 @@ # DELETE THIS AFTER READING +# PR title + +Formatted as such: +SECTION: FIX #xzyw PLAYER DESCRIPTION + +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. + # Documentation - DO NOT CHANGE any markdown/\*.md, these files are autogenerated from NetscriptDefinitions.d.ts and will be overwritten @@ -10,5 +19,4 @@ - Include how it was tested - Include screenshot / gif (if possible) - Make sure you run `npm run format` and `npm run lint` before pushing.