Skip to content

Commit

Permalink
Merge pull request #2561 from ssbarnea/master
Browse files Browse the repository at this point in the history
Improve new issue templates

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
ansible-zuul[bot] authored Feb 17, 2020
2 parents fac84ad + 58c6dec commit eaf96db
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
about: Please test the master branch before raising bugs.
labels: bug
---
<!--- Verify first that your issue is not already reported on GitHub -->
Expand Down
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question on StackOverflow
url: https://stackoverflow.com/questions/tagged/molecule
about: For well defined questions and answers use StackOverflow
- name: Ask a question on molecule-users mailing-list
url: https://groups.google.com/forum/#!forum/molecule-users
about: Try using the classic mailing list, or `#ansible-molecule` irc channel.
- name: Molecule Vagrant
url: https://github.com/ansible-community/molecule-vagrant/
about: For anything related to Vagrant driver, including *VirtualBox* backend.
- name: Molecule Azure
url: https://github.com/ansible-community/molecule-azure/
about: For anything related to Microsoft Azure
- name: Molecule OpenStack
url: https://github.com/ansible-community/molecule-openstack/
about: For anything related OpenStack
- name: Molecule EC2 (AWS)
url: https://github.com/ansible-community/molecule-ec2/
about: For anything related to Amazon Web Services EC2
- name: Molecule GCE (Google Cloud Engine)
url: https://github.com/ansible-community/molecule-gce/
about: For anything related to Google Cloud
- name: Molecule LibVirt (planned)
url: https://github.com/ansible-community/molecule-libvirt/
about: For using libvirt driver.
- name: Molecule Containers (planned)
url: https://github.com/ansible-community/molecule-containers/
about: For using Docker, Podman or Kubernetes.
- name: Molecule HetzerCloud
url: https://github.com/ansible-community/molecule-hetznercloud/
about: For anything related to HetzerCloud
- name: Molecule Linode
url: https://github.com/ansible-community/molecule-linode/
about: For anything related to Linode
- name: Molecule DigitalOcean
url: https://github.com/ansible-community/molecule-digitalocean/
about: For anything related to DigitalOcean
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

0 comments on commit eaf96db

Please sign in to comment.