From 429a5b6a2450a182bf163c80b081d08fabde38f9 Mon Sep 17 00:00:00 2001 From: Robert Saunders Date: Tue, 11 Sep 2018 20:25:58 -0400 Subject: [PATCH] Add GitHub issue and PR templates --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..1f3f07e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +## Problem + +## Expected Behavior + +## Actual Behavior + +## Steps to Reproduce the Problem + +1. + +2. + +3. + +## Specifications + +- Version: \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..64da41d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,19 @@ +## Proposed Change + +Fixes: + +### How did you do this? + +### Why are you choosing this approach? + +### Any open questions you want to ask code reviewers? + +### List of changes: + + - + - + - + +## Pull Request Checklist: + + - [ ] I have referenced all useful information (issues, tasks, etc) in the pull request.