diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7cbf6b64a..d5c9c944f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,23 +1,8 @@ - -## Pull Request Title +PR title: +"Fix #ISSUE_NUM: " + -The Title or Name should follow this pattern containing the reference to the issue number and a descriptive title: -"Fix #ISSUENUM: " + +PR description: +"Fixes #ISSUE_NUM" -ex: Fix #1233: Add pull requests template - -## Description - -The description should only contain the refference to the issue that the pull request fixes, with the "Fixes" text before it. - -ex: Fixes #1233 - -## Commit message - -When you merge a PR into main, your commit message should be: -PR title + "(PR #PRNUM)" - -ex: Fix #1233: Add pull requests template (PR #1200) +PR commit msg: +"Fix #ISSUENUM: " + + "(PR #PR_NUM")