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. --> ```