From 4e56dcd01a19a5c2f1ed27e11ffe57d490b274d9 Mon Sep 17 00:00:00 2001 From: John Barker Date: Tue, 17 Apr 2018 11:55:02 +0100 Subject: [PATCH] Update Issue & PR templates to make them clearer Try and reduce people typing in the comments section --- .github/ISSUE_TEMPLATE.md | 28 +++++++++------------------- .github/PULL_REQUEST_TEMPLATE.md | 12 ++++-------- 2 files changed, 13 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a60a0b25e0f..0b13f016e34 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,8 +1,7 @@ +Always add information AFTER of these html comments. --> ##### ISSUE TYPE @@ -11,10 +10,8 @@ Always add information AFTER of these html comments. - Documentation Report ##### COMPONENT NAME - + ##### ANSIBLE VERSION @@ -23,29 +20,22 @@ Do not include extra details here, e.g. "vyos_command" not "the network module v ``` ##### CONFIGURATION - +(or using the ANSIBLE_* environment variables).--> ##### OS / ENVIRONMENT - +e.g. if this is a network bug the version of firmware on the network device.--> ##### SUMMARY ##### STEPS TO REPRODUCE - + ```yaml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 63f61e37f09..0140da0ada7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,9 @@ ##### SUMMARY - +the change does.--> ##### ISSUE TYPE @@ -25,11 +23,9 @@ the change does. ##### ADDITIONAL INFORMATION - +of the problem is helpful. --> ```