Skip to content

Commit

Permalink
Merge pull request #1064 from kapicorp/feat/issue-config
Browse files Browse the repository at this point in the history
feat: add more issue forms and issue config
  • Loading branch information
ademariag authored Oct 2, 2023
2 parents 2d1606f + 83e48e5 commit b4fff46
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
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...

0 comments on commit b4fff46

Please sign in to comment.