diff --git a/.github/ISSUE_TEMPLATE/ask-question.md b/.github/ISSUE_TEMPLATE/ask-question.md new file mode 100644 index 000000000..82ee5426d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask-question.md @@ -0,0 +1,23 @@ +--- +name: Question +about: Ask a question about knative/client +title: '' +labels: kind/question +assignees: '' + +--- + +## In what area(s)? + + + + + +## Ask your question here: + diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..22b28a0c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Report a bug in knative/client +title: '' +labels: kind/bug +assignees: '' + +--- + +## In what area(s)? + + + + + +## What version of Knative Client? + +> Paste output of 'kn version' + +## What version of Knative Serving running on your cluster? + +> 0.5.x +> 0.6.x +> 0.7.x +> 0.8.x + +## Expected Behavior + + + + +## Actual Behavior + + + + +## Steps to Reproduce the Problem + + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 000000000..52f29b218 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,24 @@ +--- +name: Feature Request +about: Create a feature request for knative/client +title: '' +labels: kind/feature +assignees: '' + +--- + +## In what area(s)? + + + + + +## Describe the feature: + diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md new file mode 100644 index 000000000..99ad38da0 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,23 @@ + + +Fixes # + +## Proposed Changes + +* +* +* + +**Release Note** + + + +```release-note + +```