File tree Expand file tree Collapse file tree 3 files changed +53
-29
lines changed Expand file tree Collapse file tree 3 files changed +53
-29
lines changed Original file line number Diff line number Diff line change
1
+ contact_links :
2
+ - name : Kubernetes slack
3
+ url : https://slack.k8s.io/
4
+ about : |
5
+ Join us on #olm-dev for discussions related to OLM Development or on
6
+ #kubernetes-operators for discussions related to the Operator pattern of Kubernetes API extension.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Docs issue for epics
2
+ description : Use this template for tracking doc impact for an epic.
3
+ title : " Docs: [EPIC NAME]"
4
+ labels : ["kind/documentation"]
5
+ body :
6
+ - type : textarea
7
+ id : user-story
8
+ attributes :
9
+ label : User story
10
+ description : Describe the user story or stories for this epic.
11
+ validations :
12
+ required : true
13
+ - type : textarea
14
+ id : issues-list
15
+ attributes :
16
+ label : List if issues
17
+ description : List the user-facing issues in the epic that require documentation.
18
+ placeholder : |
19
+ - Issue 1
20
+ validations :
21
+ required : true
22
+ - type : dropdown
23
+ id : new-or-update
24
+ attributes :
25
+ label : New content or update?
26
+ description : Does this epic require new content or updates to existing content?
27
+ options :
28
+ - Net-new content
29
+ - Update existing content
30
+ validations :
31
+ required : true
32
+ - type : dropdown
33
+ id : types-of-docs
34
+ attributes :
35
+ label : Types of documentation
36
+ description : What type of documentation is required for this epic?
37
+ options :
38
+ - Release note
39
+ - Concept
40
+ - Procedure
41
+ - Reference
42
+ multiple : true
43
+ - type : textarea
44
+ id : references
45
+ attributes :
46
+ label : References
47
+ description : Is there prior art or reference materials that would help write the documentation?
You can’t perform that action at this time.
0 commit comments