From ff8b48ca65aa77d9baf8f9d9ea24ca9199a8d7a2 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 18 Feb 2016 09:10:12 +0530 Subject: [PATCH] Create a PULL_REQUEST_TEMPLATE Now that Github supports separate issue and PR templates, we can have a separate cut-down version for PRs without all the things we ask for in a new issue. The PR types are also removed from the ISSUE_TEMPLATE. --- PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++++++++ issue_template.md | 4 ---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000000..bb64deb50df --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,23 @@ +##### Issue Type: + +Please pick one and delete the rest: + - Feature Pull Request + - New Module Pull Request + - Bugfix Pull Request + - Docs Pull Request + +##### Ansible Version: + +Please paste the verbatim output from running “ansible --version”. + +##### Summary: + +Please describe the change and the reason for it. + +(If you're fixing an existing issue, please include "Fixes #nnn" in your +commit message and your description; but you should still explain what +the change does.) + +##### Example output: + +If necessary, paste example output (indented by four spaces) here. diff --git a/issue_template.md b/issue_template.md index f20486fe6e0..57ef3c90f64 100644 --- a/issue_template.md +++ b/issue_template.md @@ -3,11 +3,7 @@ Please pick one and delete the rest: - Bug Report - Feature Idea - - Feature Pull Request - - New Module Pull Request - - Bugfix Pull Request - Documentation Report - - Docs Pull Request ##### Ansible Version: