diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bfdd6fdaf4..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,41 +0,0 @@ - - - -### Problem description - - - -### Problem location - - - -- I saw a problem at the following URL: - -- I couldn't find the information I wanted. I expected to find it near the following URL - -- Other: - -### Project version(s) affected - - - -### Suggestions for a fix - - - - diff --git a/.github/ISSUE_TEMPLATE/broken_link.yml b/.github/ISSUE_TEMPLATE/broken_link.yml new file mode 100644 index 0000000000..13a0d0f639 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/broken_link.yml @@ -0,0 +1,32 @@ +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema +name: Broken link +description: Four-oh-four! +title: '[404]: ' +labels: + - status/triage + +body: + - type: input + id: location + attributes: + label: Location + description: Where did you find the broken link? + placeholder: https://docs.docker.com/ + validations: + required: true + - type: input + id: target + attributes: + label: Broken link + description: Where does the broken link point to? + placeholder: https://docs.docker.com/ + validations: + required: true + - type: textarea + id: comment + attributes: + label: Comment + description: Do you have any additional information to share? + placeholder: "I think this points to the wrong page..." + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..fbd94ce396 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,20 @@ +blank_issues_enabled: false +contact_links: + - Name: Slack + url: https://dockr.ly/comm-slack + about: Ask questions in the Docker Community Slack + - name: Moby + url: https://github.com/moby/moby + about: Bug reports for Docker Engine + - name: Docker Desktop for Windows + url: https://github.com/docker/for-win + about: Bug reports for Docker Desktop for Windows + - name: Docker Desktop for Mac + url: https://github.com/docker/for-mac + about: Bug reports for Docker Desktop for Mac + - name: Docker Desktop for Linux + url: https://github.com/docker/for-linux + about: Bug reports for Docker Desktop for Linux + - name: Docker Compose + url: https://github.com/docker/compose + about: Bug reports for Docker Compose diff --git a/.github/ISSUE_TEMPLATE/doc_issue.yml b/.github/ISSUE_TEMPLATE/doc_issue.yml new file mode 100644 index 0000000000..bf84f4e0b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/doc_issue.yml @@ -0,0 +1,48 @@ +# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema +name: Docs issue +description: Report incorrect or missing content in docs, or a website issue +labels: + - status/triage + +body: + - type: checkboxes + attributes: + label: Is this a docs issue? + description: | + Use this issue for reporting issues related to Docker documentation. + For product issues, refer to the corresponding product repository. + options: + - label: My issue is about the documentation content or website + required: true + - type: dropdown + attributes: + label: Type of issue + description: What type of problem are you reporting? + multiple: false + options: + - Information is incorrect + - I can't find what I'm looking for + - There's a problem with the website + - Other + validations: + required: true + - type: textarea + attributes: + label: Description + description: | + Briefly describe the problem that you found. + validations: + required: true + - type: input + id: location + attributes: + label: Location + description: Where did you find the problem? + placeholder: "https://docs.docker.com/" + validations: + required: true + - type: textarea + attributes: + label: Suggestion + description: > + Let us know if you have specific ideas on how we can fix the issue.