Skip to content

Commit

Permalink
Add GitHub forms to the project
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
m1kola committed May 28, 2024
1 parent 6060534 commit dd0c980
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 29 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/docs-issue.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/docs-issue.yml
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?

0 comments on commit dd0c980

Please sign in to comment.