From 90e116a2683bacf677886eb2938a533490395d03 Mon Sep 17 00:00:00 2001 From: Alt Date: Fri, 23 Sep 2022 15:38:15 +0200 Subject: [PATCH] Modify PR template --- .github/PULL_REQUEST_TEMPLATE | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index fe4a745c6..5e99eddd2 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -5,16 +5,20 @@ # PR title Formatted as such: -SECTION: FIX #xzyw PLAYER DESCRIPTION +SECTION: 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. # 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. +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