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..a019e6a33e5 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 a 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** -A clear and concise description of what you want to happen. + **Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + **Additional context** -Add any other context or screenshots about the feature request here. + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6a047bd99a0..3017396f6a6 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -4,7 +4,7 @@ about: I want to ask a question. labels: question --- -## General Question +**General Question**