From 709331a7d7eb654f4957bd968c85ae6f385e7f64 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Mon, 3 Jan 2022 10:49:56 -0700 Subject: [PATCH 1/3] updating Consul docs day issue template --- .github/ISSUE_TEMPLATE/docs_day.md | 60 ++++++++++-------------------- 1 file changed, 19 insertions(+), 41 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs_day.md b/.github/ISSUE_TEMPLATE/docs_day.md index 212ad141e0..ab437e4e45 100644 --- a/.github/ISSUE_TEMPLATE/docs_day.md +++ b/.github/ISSUE_TEMPLATE/docs_day.md @@ -8,45 +8,23 @@ assignees: - 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 - - Other - 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: What I'll change and why this is important - validations: - required: true +*Thanks for taking the time to fill out this Consul docs event task request!* - - type: textarea - id: link - attributes: - label: Documentation page link(s) - description: Please provide link(s) to the documentation page(s) to be modified, if applicable - placeholder: ex: https://www.consul.io/docs/connect/gateways#gateways - validations: - required: true \ No newline at end of file +## Category +What category is this task for? +options: + - Add/Improve Examples + - Structural Improvements and Cleanup + - Visual Aids + - Other + +## Short Name +Please provide a short name for this task. **Use the short name for the title** + + +## Description +Please provide details about the task. + + +## Links +Please provide link(s) to the documentation page(s) to be modified, if applicable From 122ba271213eea91d18f4da277b0640e23af364c Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Mon, 3 Jan 2022 10:54:31 -0700 Subject: [PATCH 2/3] style update --- .github/ISSUE_TEMPLATE/docs_day.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/docs_day.md b/.github/ISSUE_TEMPLATE/docs_day.md index ab437e4e45..c66ee858bb 100644 --- a/.github/ISSUE_TEMPLATE/docs_day.md +++ b/.github/ISSUE_TEMPLATE/docs_day.md @@ -11,20 +11,18 @@ assignees: *Thanks for taking the time to fill out this Consul docs event task request!* ## Category -What category is this task for? -options: - - Add/Improve Examples - - Structural Improvements and Cleanup - - Visual Aids - - Other +What category is this task for? Available Options: +- Add/Improve Examples +- Structural Improvements and Cleanup +- Visual Aids +- Other ## Short Name -Please provide a short name for this task. **Use the short name for the title** - +Please provide a short name for this task. +**IMPORTANT**: Use the short name for the title ## Description Please provide details about the task. - ## Links Please provide link(s) to the documentation page(s) to be modified, if applicable From 6a6f8c29dcc51da5b2b145cf140032543d2515a1 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Mon, 3 Jan 2022 11:06:09 -0700 Subject: [PATCH 3/3] removing markdown file for consul docs day issue --- .github/ISSUE_TEMPLATE/docs_day.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/docs_day.md diff --git a/.github/ISSUE_TEMPLATE/docs_day.md b/.github/ISSUE_TEMPLATE/docs_day.md deleted file mode 100644 index c66ee858bb..0000000000 --- a/.github/ISSUE_TEMPLATE/docs_day.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: Consul docs day task -about: This is a HashiCorp internal documentation task for the purpose of the Consul docs day event. -labels: ['type/docs', 'event/consul-docs-day', `meta/maintainer-preferred`] -assignees: - - karl-cardenas-coding - - jkirschner-hashicorp - - trujillo-adam ---- - -*Thanks for taking the time to fill out this Consul docs event task request!* - -## Category -What category is this task for? Available Options: -- Add/Improve Examples -- Structural Improvements and Cleanup -- Visual Aids -- Other - -## Short Name -Please provide a short name for this task. -**IMPORTANT**: Use the short name for the title - -## Description -Please provide details about the task. - -## Links -Please provide link(s) to the documentation page(s) to be modified, if applicable