Skip to content

Commit e006697

Browse files
authored
Merge pull request #21361 from dvdksn/add-guide-issue-tpl
chore: add issue template for proposing a new guide
2 parents 8738145 + eca8d53 commit e006697

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
2+
name: New guide
3+
description: Propose a new guide for Docker docs
4+
labels:
5+
- area/guides
6+
- kind/proposal
7+
8+
body:
9+
- type: textarea
10+
attributes:
11+
label: Description
12+
description: |
13+
Briefly describe the topic that you would like us to cover.
14+
validations:
15+
required: true
16+
- type: checkboxes
17+
attributes:
18+
label: Would you like to contribute this guide?
19+
description: |
20+
If you select this checkbox, you indicate that you're willing to
21+
contribute this guide. If not, we will treat this issue as a request,
22+
and someone (a Docker employee, Docker captain, or community member)
23+
may pick it up and start working on it.
24+
options:
25+
- label: Yes

0 commit comments

Comments
 (0)