From 9ae61806dcf0d0c98dd30ad26d29f062fdbcb911 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Thu, 15 Jun 2023 12:15:37 -0700 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..b4e0a7be --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ +Pull Request instructions: +- Please base all pull requests against the dev branch +- Remove and replace these comments with a description of your change +- Reference related Issue(s) (e.g., "resolves Issue #123")