Skip to content

Commit 5b64db2

Browse files
authored
Add GitHub forms to the project (#892)
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 0058054 commit 5b64db2

File tree

3 files changed

+53
-29
lines changed

3 files changed

+53
-29
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

.github/ISSUE_TEMPLATE/docs-issue.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/docs-issue.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
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?

0 commit comments

Comments
 (0)