File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments