From 2e9fc918442bcc0eb5161e1e8c179348793a1818 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 23 Mar 2016 13:49:20 +0100 Subject: [PATCH] Various improvements to issue/pull-request templates - Instruct to verify if an issue/request already exists - Use uppercase for titles (easier to parse as titles) - Remove empty lines where it makes sense (instructions) - Ensure that commit-message appears directly under summary (pull-requests) --- .github/ISSUE_TEMPLATE.md | 35 ++++++++++++++------------------ .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++---------- 2 files changed, 22 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 56907da419c..f5c4e11789c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,55 +1,50 @@ -##### Issue Type: + - +##### ISSUE TYPE + - Bug Report - Feature Idea - Documentation Report -##### Ansible Version: +##### ANSIBLE VERSION ``` - + ``` -##### Ansible Configuration: - +##### CONFIGURATION -##### Environment: - +##### OS / ENVIRONMENT -##### Summary: - +##### SUMMARY -##### Steps To Reproduce: - +##### STEPS TO REPRODUCE ``` - + ``` -##### Expected Results: - +##### EXPECTED RESULTS -##### Actual Results: - +##### ACTUAL RESULTS ``` - + ``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3c348908ed3..b9a19185306 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,17 @@ -##### Issue Type: - - +##### ISSUE TYPE + - Feature Pull Request - New Module Pull Request - Bugfix Pull Request - Docs Pull Request -##### Ansible Version: - +##### ANSIBLE VERSION ``` - + ``` -##### Summary: - - +##### SUMMARY + -##### Example output: - ``` - + ```