diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000000..151eaf057c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,21 @@ +--- +name: 🐞 Bug Report +about: Report an issue with kpt +title: "" +labels: + - bug +assignees: "" +--- + +### Expected behavior + +### Actual behavior + +### Information + + + + + + +### Steps to reproduce the behavior \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000000..5ef5373129 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,11 @@ +blank_issues_enabled: true +contact_links: + - name: Kpt Slack Channel + url: https://kubernetes.slack.com/app_redirect?channel=kpt + about: Discuss Kpt Topics with the Kpt Team on Slack + - name: Kpt Guides + url: https://googlecontainertools.github.io/kpt/guides/ + about: Learn more about using kpt with these guides + - name: Kpt Mailing List + url: https://groups.google.com/forum/#!forum/kpt-users + about: Join the Kpt mailing list diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..568be00bf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: 💡 Feature Request +about: Suggest an idea for kpt +title: "" +labels: + - enhancement +assignees: "" +--- + +### Is your feature request related to a problem? Please describe. + +### Describe the solution you'd like + +### Describe alternatives you've considered + +### Additional context \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000000..a58f832005 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,10 @@ +--- +name: ❓ Question +about: Ask a question about kpt +title: "[Question]" +labels: + - question +assignees: "" +--- + + \ No newline at end of file