From 51689263bcb382b12c95b568369dda0e49f25fc5 Mon Sep 17 00:00:00 2001 From: Arky Date: Wed, 25 Oct 2017 21:52:08 +0700 Subject: [PATCH 1/2] 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 From 0790119af178958e175468730bec957b234c21c5 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 10:26:12 -0400 Subject: [PATCH 2/2] Reno says ### better than # (smaller title w/ markdown viewer) --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 228e3f0aa..61851e1dd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ -# Fixes Bug +### Fixes Bug -# Description of changes proposed in this pull request. +### Description of changes proposed in this pull request. -# Smoke-tested in operating system. +### Smoke-tested in operating system. -# Mention a team member for further information or comment using @ name +### Mention a team member for further information or comment using @ name