mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Merge pull request #21361 from dvdksn/add-guide-issue-tpl
chore: add issue template for proposing a new guide
This commit is contained in:
25
.github/ISSUE_TEMPLATE/new_guide.yml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/new_guide.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
|
||||
name: New guide
|
||||
description: Propose a new guide for Docker docs
|
||||
labels:
|
||||
- area/guides
|
||||
- kind/proposal
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: |
|
||||
Briefly describe the topic that you would like us to cover.
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Would you like to contribute this guide?
|
||||
description: |
|
||||
If you select this checkbox, you indicate that you're willing to
|
||||
contribute this guide. If not, we will treat this issue as a request,
|
||||
and someone (a Docker employee, Docker captain, or community member)
|
||||
may pick it up and start working on it.
|
||||
options:
|
||||
- label: Yes
|
||||
Reference in New Issue
Block a user