diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index bfd8a9bc1a..47f3c4f0c2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,9 @@ blank_issues_enabled: false contact_links: - - name: Ask a question on Discussions area (NEW!) + - name: Propose a new feature or behavior change + url: https://github.com/ansible-community/molecule/discussions/categories/ideas + about: Always check for existing threads before adding a new one + - name: Ask a question on Discussions area url: https://github.com/ansible-community/molecule/discussions about: Recommended place for questions, debates, consultation. - name: Ask a question on StackOverflow @@ -21,10 +24,10 @@ contact_links: - 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) + - name: Molecule LibVirt url: https://github.com/ansible-community/molecule-libvirt/ about: For using libvirt driver. - - name: Molecule Containers (planned) + - name: Molecule Containers url: https://github.com/ansible-community/molecule-containers/ about: For using Docker, Podman or Kubernetes. - name: Molecule HetzerCloud diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index ee24e685dd..0000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for the Molecule project -labels: enhancement ---- - -# Issue Type - -- Feature request - -# Molecule and Ansible details - -``` -ansible --version && molecule --version -``` - -Molecule installation method (one of): - -- source -- pip - -Ansible installation method (one of): - -- source -- pip -- OS package - -# Desired Behavior - -Please give some details of the feature being requested diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md deleted file mode 100644 index c9a32c3d19..0000000000 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -name: Proposal -about: Suggest a large change for the Molecule project -labels: proposal ---- - - -# Proposal: - -*Author*: Your Name <@yourGitHufid> IRC: handle (if different) - -*Date*: 2019-MM-DD - -- Status: New -- Proposal type: (core design, process, ?) -- Estimated time to implement: - - -## Motivation - -Describe the reasons for this proposal. - -### Problems - -What problems exist that this proposal will solve? -- Problem #1 -- Problem #2 -- Or just describe the problem if there is just one. - -## Solution proposal - -- Describe your suggested solution here. -- Insert code in snippets if you would like as shown. -```yaml - - include: main.yml - vars: - var1: val1 -``` -- Be sure to explain how this solves problems. - -## Dependencies (optional) - -Explain any dependencies. This section is optional but could be helpful. -- Dependency #1 -- Dependency #2 - -## Testing (optional) - -Does / should this require testing, and if so, how? Describe here. This section is optional but could be helpful. - -## Documentation (optional) - -Does / should this require documentation? If so, describe here. This section is optional but could be helpful. - -## Anything else? - -If you'd like to add anything else beyond the above required and optional sections, you are welcome to do so.