From f7fbee06887ee870ef89d15dd400892ed08e855f Mon Sep 17 00:00:00 2001 From: Martin Fournier Date: Fri, 15 Apr 2022 10:58:40 -0400 Subject: [PATCH] doc: Add linked issues info in pr template --- .github/PULL_REQUEST_TEMPLATE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index bf3cf78d5..34ae6dd13 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -9,6 +9,11 @@ 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. +# Linked issues + +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. + # Documentation - DO NOT CHANGE any markdown/\*.md, these files are autogenerated from NetscriptDefinitions.d.ts and will be overwritten