From 46f2c6f751976fade5ac96a8cbf4c91cf8afcda3 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 18 Oct 2021 12:39:37 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 313e4df737..a1dec93f78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Create a report to help us improve +title: '' +labels: '' +assignees: '' --- @@ -21,6 +24,7 @@ A clear and concise description of what you expected to happen. * Version of Kubernetes * Kubernetes platform (e.g. Mini-kube or GCP) * Using NGINX or NGINX Plus + **Additional context** Add any other context about the problem here. Any log files you want to share. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 066b2d920a..91eb7baf0b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for this project +title: '' +labels: 'proposal' +assignees: '' ---