From 0238b99148eda464d3e3c6f40a0554a04af8b322 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 8 Aug 2017 11:25:21 -0400 Subject: [PATCH] Add github issue and pull request templates. --- .github/ISSUE_TEMPLATE.md | 17 +++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 12 ++++++++++++ 2 files changed, 29 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 00000000..5b489cc0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +### Steps to reproduce + +Tell us what actions you performed before the issue occurred + +### Expected behavior + +Tell us what should have happened + +### Actual behavior + +Tell us what happened instead + +### Environment + +**OS**: + +**asdf version**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..bb217d90 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +# Summary + +Provide a general description of the code changes in your pull request. + +Fixes: List issue numbers here + +## Other Information + +If there is anything else that is relevant to your pull request include that +information here. + +Thank you for contributing to asdf!