From 7d9bcdfb2ef04838cb0fc827468e732afbcef2c3 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 21 Aug 2023 11:55:22 +0100 Subject: [PATCH] update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- .github/ISSUE_TEMPLATE/request-for-test.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7824..e1aecfad1e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' +title: 'Bug: ' +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d61..d4daf2923e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: '' +title: 'Enhancement: <Title of the issue>' +labels: 'enhancement' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-for-test.md b/.github/ISSUE_TEMPLATE/request-for-test.md index 3a30a59883..c0cb749241 100644 --- a/.github/ISSUE_TEMPLATE/request-for-test.md +++ b/.github/ISSUE_TEMPLATE/request-for-test.md @@ -1,7 +1,7 @@ --- name: Request for Test about: 'Request more tests for product code in the platform. ' -title: Tests for [FIleName] +title: Tests for [FileName] labels: 'write tests' assignees: ''