From 6140f3696025b890b45161955f8bd1c7ce39b41d Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Thu, 14 Mar 2019 11:47:01 -0700 Subject: [PATCH 1/2] Update issue templates -- separate feature request from new/changing functionality - We needed a template specifically for user's feature requests; we only had one for bugs and one for upcoming changes to Knative --- .../ISSUE_TEMPLATE/docs-feature-request.md | 14 +++++++++++ .../new-changing-functionality-in-knative.md | 24 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/docs-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/new-changing-functionality-in-knative.md diff --git a/.github/ISSUE_TEMPLATE/docs-feature-request.md b/.github/ISSUE_TEMPLATE/docs-feature-request.md new file mode 100644 index 00000000000..82770f07d42 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs-feature-request.md @@ -0,0 +1,14 @@ +--- +name: Docs feature request +about: Suggest an improvement/change to the docs +title: '' +labels: '' +assignees: '' + +--- + +**Describe the change you'd like to see** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/new-changing-functionality-in-knative.md b/.github/ISSUE_TEMPLATE/new-changing-functionality-in-knative.md new file mode 100644 index 00000000000..c192ca8abf5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-changing-functionality-in-knative.md @@ -0,0 +1,24 @@ +--- +name: New/changing functionality in Knative +about: For new features in Knative, or updates to existing functionality +title: '' +labels: '' +assignees: '' + +--- + +## What is changing? (Please include as many details as possible.) + +## How will this impact our users? + +## In what release will this take happen (to the best of your knowledge)? +Ex. v0.2-v0.3 + +## Context +Link to associated PRs or issues from other repos here. + +1. +1. +1. + +## Additional info From 5fa491a51c8f9b195ede7af45905ea7707d0e583 Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Thu, 14 Mar 2019 11:51:08 -0700 Subject: [PATCH 2/2] Update docs-feature-request.md --- .github/ISSUE_TEMPLATE/docs-feature-request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/docs-feature-request.md b/.github/ISSUE_TEMPLATE/docs-feature-request.md index 82770f07d42..c8578401a77 100644 --- a/.github/ISSUE_TEMPLATE/docs-feature-request.md +++ b/.github/ISSUE_TEMPLATE/docs-feature-request.md @@ -6,6 +6,7 @@ labels: '' assignees: '' --- + **Describe the change you'd like to see** A clear and concise description of what you want to happen.