diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 431a5da..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,49 +0,0 @@ - - -* [x] This is a bug report -* [ ] This is a feature request -* [ ] I searched existing issues before opening this one - - - -### Expected behavior - - -### Actual behavior - - -### Steps to reproduce the behavior - - - -**Output of `docker version`:** - -``` -(paste your output here) -``` - -**Output of `docker info`:** - -``` -(paste your output here) -``` - -**Additional environment details (AWS, VirtualBox, physical, etc.)** - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..829d05c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: "If you are running Docker Desktop on Linux" + about: "Please refer to the Docker team to report a bug or request a feature." + url: "https://github.com/docker/desktop-linux/issues" + - name: "Alternatively, check the upstream Moby Project" + about: "to report any bug or request a feature." + url: "https://github.com/moby/moby/issues" + - name: "Security and Vulnerabilities" + about: "Please report any security issues or vulnerabilities responsibly to the Docker security team. Please do not use the public issue tracker." + url: "https://github.com/moby/moby/security/policy"