From 441dd410b451081c44d227dc208b684cbb3a9464 Mon Sep 17 00:00:00 2001 From: Sam O'Dell <31352624+samodell@users.noreply.github.com> Date: Thu, 14 Mar 2019 18:16:43 -0700 Subject: [PATCH] Update issue templates -- delete extra template, add security note (#1003) --- .../ISSUE_TEMPLATE/bug-in-existing-docs.md | 4 +++- .../ISSUE_TEMPLATE/docs-feature-request.md | 1 + ...request----new-or-updated-documentation.md | 23 ------------------- 3 files changed, 4 insertions(+), 24 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-request----new-or-updated-documentation.md diff --git a/.github/ISSUE_TEMPLATE/bug-in-existing-docs.md b/.github/ISSUE_TEMPLATE/bug-in-existing-docs.md index 5e444a37a..0a3a36688 100644 --- a/.github/ISSUE_TEMPLATE/bug-in-existing-docs.md +++ b/.github/ISSUE_TEMPLATE/bug-in-existing-docs.md @@ -1,12 +1,14 @@ --- name: Bug in existing docs -about: Create a report to help us improve +about: Report a bug in the documentation title: '' labels: kind/bug assignees: '' --- + + ## Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/docs-feature-request.md b/.github/ISSUE_TEMPLATE/docs-feature-request.md index c8578401a..0ebcc12b5 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** diff --git a/.github/ISSUE_TEMPLATE/feature-request----new-or-updated-documentation.md b/.github/ISSUE_TEMPLATE/feature-request----new-or-updated-documentation.md deleted file mode 100644 index b72cce4a1..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request----new-or-updated-documentation.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature request -- new or updated documentation -about: For upcoming changes to the documentation -title: '' -labels: '' -assignees: '' - ---- - -## What is changing? (Please include as many details as possible.) - -## How will this impact our users? - -## When will the change take effect (to the best of your knowledge)? - -## Context -Link to associated PRs or issues from other repos here. - -1. -1. -1. - -## Additional info