summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjctanner <tanner.jc@gmail.com>2016-12-09 10:50:15 -0500
committerJames Cammarata <jimi@sngx.net>2016-12-09 10:50:15 -0500
commit5f86be7927f1bb3c514898905d59ef46fbe4508a (patch)
tree4667a68986c1b4f82742b930ba8709b15b88649a
parent567a9675b233d062535f0fefd13eb93322b4dd30 (diff)
downloadansible-modules-core-5f86be7927f1bb3c514898905d59ef46fbe4508a.tar.gz
Update templates (#5869)
-rw-r--r--.github/ISSUE_TEMPLATE.md56
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md37
2 files changed, 6 insertions, 87 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index cc50f953..300886a6 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -1,55 +1,5 @@
-<!--- Verify first that your issue/request is not already reported in GitHub -->
+# This repository is locked
-##### ISSUE TYPE
-<!--- Pick one below and delete the rest: -->
- - Bug Report
- - Feature Idea
- - Documentation Report
+Please open all new issues and pull requests in https://github.com/ansible/ansible
-##### COMPONENT NAME
-<!--- Name of the plugin/module/task -->
-
-##### ANSIBLE VERSION
-<!--- Paste verbatim output from “ansible --version” between quotes below -->
-```
-
-```
-
-##### CONFIGURATION
-<!---
-Mention any settings you have changed/added/removed in ansible.cfg
-(or using the ANSIBLE_* environment variables).
--->
-
-##### OS / ENVIRONMENT
-<!---
-Mention the OS you are running Ansible from, and the OS you are
-managing, or say “N/A” for anything that is not platform-specific.
--->
-
-##### SUMMARY
-<!--- Explain the problem briefly -->
-
-##### STEPS TO REPRODUCE
-<!---
-For bugs, show exactly how to reproduce the problem.
-For new features, show how the feature would be used.
--->
-
-<!--- Paste example playbooks or commands between quotes below -->
-```
-
-```
-
-<!--- You can also paste gist.github.com links for larger files -->
-
-##### EXPECTED RESULTS
-<!--- What did you expect to happen when running the steps above? -->
-
-##### ACTUAL RESULTS
-<!--- What actually happened? If possible run with extra verbosity (-vvvv) -->
-
-<!--- Paste verbatim command output between quotes below -->
-```
-
-```
+For more information please see http://docs.ansible.com/ansible/dev_guide/repomerge.html
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 4bfadfb6..300886a6 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,36 +1,5 @@
-##### ISSUE TYPE
-<!--- Pick one below and delete the rest: -->
- - Feature Pull Request
- - New Module Pull Request
- - Bugfix Pull Request
- - Docs Pull Request
+# This repository is locked
-##### COMPONENT NAME
-<!--- Name of the plugin/module/task -->
+Please open all new issues and pull requests in https://github.com/ansible/ansible
-##### ANSIBLE VERSION
-<!---
-Paste verbatim output from “ansible --version” between quotes below,
-this is to help the Ansible team determine if this is a version specific
-issue which is being fixed.
--->
-```
-
-```
-
-##### SUMMARY
-<!--- Describe the change, including rationale and design decisions -->
-
-<!---
-If you are fixing an existing issue, please include "Fixes #nnnn" in your commit
-message and your description; but you should still explain what the change does.
--->
-
-<!---
-Please paste verbatim command output below, e.g. before and after your change.
-Even in the event of a Docs Pull Request, this allows the Ansible team to quickly
-verify that there were no accidental syntax mistakes.
--->
-```
-
-```
+For more information please see http://docs.ansible.com/ansible/dev_guide/repomerge.html