From e69f2b0e57d5b9939b1fb2f7fd5f080581227d3a Mon Sep 17 00:00:00 2001 From: sophie-xie <84560950+Sophie-Xie@users.noreply.github.com> Date: Mon, 6 Dec 2021 11:11:02 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E2=80=9Cenhancement-template=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug-report.md | 14 +++++++------- .github/ISSUE_TEMPLATE/enhancement.md | 10 +++++----- .github/ISSUE_TEMPLATE/feature_request.md | 14 +++++++------- .github/ISSUE_TEMPLATE/question.md | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index f05425a1117..ae5f80c3df0 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,19 +1,19 @@ --- -name: Bug report -about: Help us to improve this project +name: Bug Report +about: I want to report a bug. title: '' -labels: bug +labels: type/bug assignees: '' --- **Please check the FAQ documentation before raising an issue** -Please check the [FAQ](https://github.com/vesoft-inc/nebula/blob/master/docs/manual-EN/1.overview/2.quick-start/2.FAQ.md) documentation and old issues before raising an issue in case someone has asked the same question that you are asking. + **Describe the bug (__required__)** -A clear and concise description of what the bug is. + **Your Environments (__required__)** @@ -32,8 +32,8 @@ Steps to reproduce the behavior: **Expected behavior** -A clear and concise description of what you expected to happen. + **Additional context** -Provide logs and configs, or any other context to trace the problem. + diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 17621bcdaea..f59770fc787 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,16 +1,16 @@ --- name: Enhancement -about: make the code neat or more efficient. +about: Suggest an enhancement to make the code neat or more efficient. title: '' -labels: enhancement +labels: type/enhancement assignees: '' --- -## Introduction +**Introduction** -## Contents +**Contents** -## Related work +**Related work** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 56458012d0c..b7e619b08fc 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,20 @@ --- -name: Feature request -about: Suggest an idea for this project +name: Feature Request +about: Suggest an feature for this project. title: '' -labels: feature req +labels: type/feature req assignees: '' --- **Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + **Describe the solution you'd like** - **Describe alternatives you've considered** - **Additional context** - From 6b81250c7bbe80cd63d70f76f362046523656885 Mon Sep 17 00:00:00 2001 From: Sophie-Xie <84560950+Sophie-Xie@users.noreply.github.com> Date: Mon, 6 Dec 2021 11:34:55 +0800 Subject: [PATCH 3/3] Update feature_request.md --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 10ad8b6dad7..a019e6a33e5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature Request -about: Suggest an feature for this project. +about: Suggest a feature for this project. title: '' labels: type/feature req assignees: ''