-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GitHub forms to the project (#892)
Signed-off-by: Mikalai Radchuk <[email protected]>
- Loading branch information
Showing
3 changed files
with
53 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
contact_links: | ||
- name: Kubernetes slack | ||
url: https://slack.k8s.io/ | ||
about: | | ||
Join us on #olm-dev for discussions related to OLM Development or on | ||
#kubernetes-operators for discussions related to the Operator pattern of Kubernetes API extension. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Docs issue for epics | ||
description: Use this template for tracking doc impact for an epic. | ||
title: "Docs: [EPIC NAME]" | ||
labels: ["kind/documentation"] | ||
body: | ||
- type: textarea | ||
id: user-story | ||
attributes: | ||
label: User story | ||
description: Describe the user story or stories for this epic. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: issues-list | ||
attributes: | ||
label: List if issues | ||
description: List the user-facing issues in the epic that require documentation. | ||
placeholder: | | ||
- Issue 1 | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: new-or-update | ||
attributes: | ||
label: New content or update? | ||
description: Does this epic require new content or updates to existing content? | ||
options: | ||
- Net-new content | ||
- Update existing content | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: types-of-docs | ||
attributes: | ||
label: Types of documentation | ||
description: What type of documentation is required for this epic? | ||
options: | ||
- Release note | ||
- Concept | ||
- Procedure | ||
- Reference | ||
multiple: true | ||
- type: textarea | ||
id: references | ||
attributes: | ||
label: References | ||
description: Is there prior art or reference materials that would help write the documentation? |