From 65a568e937a8fdacc179f5e8b1a021a0178c04f0 Mon Sep 17 00:00:00 2001 From: Thomas Schuetz <38893055+thschue@users.noreply.github.com> Date: Tue, 28 Mar 2023 20:30:59 +0200 Subject: [PATCH] feat: prefix templates (#125) Signed-off-by: Thomas Schuetz --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2e61a22826..7a5c07a7de 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature Request about: Suggest an idea for this project -title: '' +title: 'feature: ' labels: 'type:question' assignees: '@k8sgpt-ai/maintainers' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index e20ccbbe3d..c1340a06b4 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,7 @@ --- name: Question / Bug Report about: Create a report to help us improve -title: '' +title: 'question: ' labels: 'type:question' assignees: '' ---