From 8564ab6e86dc3d5fa15a660f73fe7140f183ccd6 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Thu, 20 Dec 2018 12:02:35 +0000 Subject: [PATCH] Add Issue and Pull Request templates --- .github/ISSUE_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 25 +++++++++++++++++++++ CHANGELOG.md | 1 + 3 files changed, 63 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..17f3cb9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,37 @@ + + +## Expected Behavior + + + + +## Current Behavior + + + + +## Possible Solution + + + + +## Steps to Reproduce (for bugs) + + + + +1. +2. +3. +4. + +## Context + + + + +## Your Environment + + + +- Version used: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5fbdf5 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + +## Description + + + +## Motivation and Context + + + + +## How Has This Been Tested? + + + + + +## Checklist: + + + + +- [ ] My change requires a change to the documentation or CHANGELOG. +- [ ] I have updated the documentation/CHANGELOG accordingly. +- [ ] I have created a feature (non-master) branch for my PR. diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e17f1..6afed7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Changes since v2.2: +- Add Issue and Pull Request templates - Add Dockerfile - Fix fsnotify import - Update README to reflect new repository ownership