From 08c6cf33e34756d66545ae6a344a8d6b0931c9a3 Mon Sep 17 00:00:00 2001 From: Navid Shaikh Date: Wed, 10 Jul 2019 13:06:03 +0530 Subject: [PATCH] Adds Github issue and pull request templates (#242) * Adds Github issue and pull request templates We might need to add few labels for knative/client repo as mentioned in the template. * Adds nightly build reference and swap client and serving section * Asks user to paste output of kn version in bug report template --- .github/ISSUE_TEMPLATE/ask-question.md | 23 ++++++++++++ .github/ISSUE_TEMPLATE/bug-report.md | 44 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 24 +++++++++++++ .github/pull-request-template.md | 23 ++++++++++++ 4 files changed, 114 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ask-question.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/pull-request-template.md 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 + +```