From 51689263bcb382b12c95b568369dda0e49f25fc5 Mon Sep 17 00:00:00 2001 From: Arky Date: Wed, 25 Oct 2017 21:52:08 +0700 Subject: [PATCH] Add PR template and Bug template Adding PR template and Bug template under .github directory. These files will be picked up the github.com interface. Fixes #390 #391 --- .github/ISSUE_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 7 +++++++ 2 files changed, 12 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 000000000..c62e3adb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,5 @@ +### Expected behavior and actual behavior. + +### Steps to reproduce the problem. + +### Specifications like the version of the IIAB, operating system version, or hardware details. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..228e3f0aa --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,7 @@ +# Fixes Bug + +# Description of changes proposed in this pull request. + +# Smoke-tested in operating system. + +# Mention a team member for further information or comment using @ name