From 0c2314debcd1dbc4b10418fbdd51a5aaf919aac1 Mon Sep 17 00:00:00 2001 From: crvernon Date: Mon, 8 Apr 2024 10:55:11 -0400 Subject: [PATCH] pull request template --- .../pull_request_template.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..928ed1fd --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,24 @@ +**Purpose:** + +Short description of the purpose of this PR + +**New version:** + +Then new version number if one is to be issued + +**Related:** + +Any related pull requests or issues from other repositories + +**Resolved:** + +Any issues to resolve automatically upon merge. Use the keyword with the number of the target issue (e.g., `Resolve #59`) + +**Incorporated:** + +Any pull requests already merged that this one may include. This is usually the case when feature and bug fix branches have been merged into the `dev` branch then these are staged to be merged into the `main` + + +**Comments:** + +Any additional comments.