From bee56a7bb93ced8a920eae8fb19c28e24c4a39a2 Mon Sep 17 00:00:00 2001 From: Priyank Upadhyay Date: Fri, 23 Feb 2024 14:08:16 +0530 Subject: [PATCH] Update DOC.yml --- .github/ISSUE_TEMPLATE/DOC.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/DOC.yml b/.github/ISSUE_TEMPLATE/DOC.yml index 7dafee47..cf5604cf 100644 --- a/.github/ISSUE_TEMPLATE/DOC.yml +++ b/.github/ISSUE_TEMPLATE/DOC.yml @@ -3,11 +3,12 @@ name: 📝 Docs issue description: Report incorrect or missing content in docs, or a website issue labels: - status/triage + - documentation body: - type: checkboxes attributes: - label: Is this a docs issue? + 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. @@ -16,7 +17,7 @@ body: required: true - type: dropdown attributes: - label: Type of issue + label: 🗄️ Type of issue description: What type of problem are you reporting? multiple: false options: @@ -28,13 +29,13 @@ body: required: true - type: textarea attributes: - label: Description + label: 📜 Description description: | Briefly describe the problem that you found. validations: required: true - type: input - id: location + id: 📍 location attributes: label: Location description: Where did you find the problem? @@ -43,6 +44,6 @@ body: required: true - type: textarea attributes: - label: Suggestion + label: 💭 Suggestion description: > Let us know if you have specific ideas on how we can fix the issue.