From 2b11e1171ab9708dd78913b8fb95b778b4c28631 Mon Sep 17 00:00:00 2001 From: Curtis Mason <31265687+cumason123@users.noreply.github.com> Date: Fri, 19 Jun 2020 16:33:38 -0400 Subject: [PATCH] Issue and pull request templates revisions (#44) * Added issue template Signed-off-by: Curtis Mason * modified pull_request_template.md Signed-off-by: Curtis Mason * adjusted templates Signed-off-by: Curtis Mason * removing duplicate issue template file Signed-off-by: Curtis Mason --- .github/ISSUE_TEMPLATE.md | 16 ++++++++++++++++ .github/pull_request_template.md | 11 ++++++----- 2 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..39e7196 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + +1. +2. +3. + +## Specifications + +- Platform: +- Python Version: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 626357d..75a0e8f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,9 +1,10 @@ -- Link to issue this resolves +Fixes # -- What I did +## Changes -- How I did it -- How to verify it +## One line description for the changelog -- One line description for the changelog + +- [ ] Tests pass +- [ ] Appropriate changes to README are included in PR