Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Add GitHub forms to the project #892

Merged
merged 1 commit into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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?
Loading