diff options
author | axos88 <axos88@gmail.com> | 2014-12-18 12:52:15 +0100 |
---|---|---|
committer | axos88 <axos88@gmail.com> | 2014-12-18 12:52:15 +0100 |
commit | 9639f1d8e7b4a756b7343cebd37b015b67a2418f (patch) | |
tree | 8fe7027218637c49bd2e7ba60533e06ed95a7d0b /ISSUE_TEMPLATE.md | |
parent | Update changelog for the git clone parameter (diff) | |
download | ansible-9639f1d8e7b4a756b7343cebd37b015b67a2418f.tar.xz ansible-9639f1d8e7b4a756b7343cebd37b015b67a2418f.zip |
Make issue rypes as an enumeration
Easier to copy&paste, and delete all except the correct line.
Diffstat (limited to 'ISSUE_TEMPLATE.md')
-rw-r--r-- | ISSUE_TEMPLATE.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 8ce40348ca..511760de26 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,13 @@ ##### Issue Type: -Can you help us out in labelling this by telling us what kind of ticket this this? You can say “Bug Report”, “Feature Idea”, “Feature Pull Request”, “New Module Pull Request”, “Bugfix Pull Request”, “Documentation Report”, or “Docs Pull Request”. +Can you help us out in labelling this by telling us what kind of ticket this this? You can say: + - Bug Report + - Feature Idea + - Feature Pull Request + - New Module Pull Request + - Bugfix Pull Request + - Documentation Report + - Docs Pull Request ##### Ansible Version: |