From d4002c852e7bd9a0a4d9c99e660e11c4bcfc1f70 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 8 Dec 2021 09:01:29 -0700 Subject: [PATCH] chore: created an issue template for Consul docs day --- .github/ISSUE_TEMPLATE/docs_day.md | 58 ++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs_day.md diff --git a/.github/ISSUE_TEMPLATE/docs_day.md b/.github/ISSUE_TEMPLATE/docs_day.md new file mode 100644 index 0000000000..a5e01b3242 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs_day.md @@ -0,0 +1,58 @@ +--- +name: Consul docs day task +about: This is a HashiCorp internal documentation task for the purpose of the Consul docs day event. +labels: ['consul', 'placeholder'] +assignees: + - karl-cardenas-coding + - jkirschner-hashicorp + - trujillo-adam +--- + +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this Consul docs event task request! + - type: dropdown + id: Category + attributes: + label: Category + description: What category is this task for? + options: + - Add/Improve Examples + - Structural Improvements and Cleanup + - Visual Aids + validations: + required: true + - type: input + id: Short Name + attributes: + label: Short Name + description: Please provide a short name for this task. + placeholder: ex. PKI Overview + validations: + required: true + - type: textarea + id: Description + attributes: + label: Description + description: Please provide details about the task? + placeholder: Tell us what you see! + validations: + required: true + + - type: textarea + id: link + attributes: + label: Documentation page link + description: Please provide a link to the documentation page (if applicable) + placeholder: ex: https://www.consul.io/docs/connect/gateways#gateways + validations: + required: true + + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell \ No newline at end of file