-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1064 from kapicorp/feat/issue-config
feat: add more issue forms and issue config
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 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,10 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: '💬 Open a Discussion' | ||
url: https://github.com/kapicorp/kapitan/discussions/new/choose | ||
about: | | ||
Share your thoughts, ideas, or concerns, and engage in discussions with the community to collaborate and improve the project. | ||
- name: '💬 Join us on Slack' | ||
url: https://kubernetes.slack.com/archives/C981W2HD3 | ||
about: | | ||
Join our Slack channel to connect with our community, ask questions, and stay updated on project developments. |
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,29 @@ | ||
name: Documentation Issue | ||
description: Give us feedback on the documentation | ||
title: "[docs]: " | ||
labels: ["documentation"] | ||
body: | ||
# information | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to give us feedback! | ||
# feature description | ||
- type: textarea | ||
id: documentation-issue-description | ||
attributes: | ||
label: Description of the documentation issue | ||
description: | | ||
A clear and concise description of what the issue with documentation is. | ||
Please make proposals, how it could be done better. | ||
placeholder: Tell us what you want to see in the project! | ||
validations: | ||
required: true | ||
# additional context | ||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: | | ||
Add any other context about the feature here. | ||
placeholder: Anything that might help us understanding your documentation issue... |