From a76ef2564607cc39f2557280e37ab431910de083 Mon Sep 17 00:00:00 2001 From: sellnat77 Date: Sun, 8 Mar 2020 17:56:54 -0700 Subject: [PATCH] Added pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 1 file changed, 8 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 000000000..739b02194 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +Fixes #{issue number here} + + - [ ] Up to date with `dev` branch + - [ ] Branch name follows [guidelines](https://github.com/hackforla/311-data/blob/master/GETTING_STARTED.md#feature-branching) + - [ ] All PR Status checks are successful + - [ ] Peer reviewed and approved + +Any questions? See the [getting started guide](https://github.com/hackforla/311-data/blob/master/GETTING_STARTED.md)