Merge pull request #11775 from hashicorp/docs-day-issue

chore: created an issue template for Consul docs day
This commit is contained in:
mrspanishviking 2022-01-03 10:17:47 -07:00 committed by GitHub
commit e4309c0762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 0 deletions

52
.github/ISSUE_TEMPLATE/docs_day.md vendored Normal file
View File

@ -0,0 +1,52 @@
---
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
---
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
- 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