Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement issue template #3410

Merged
merged 4 commits into from
Dec 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -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.
<!-- Please check the [FAQ](https://docs.nebula-graph.com.cn/master/20.appendix/0.FAQ/) 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.
<!-- A clear and concise description of what the bug is. -->

**Your Environments (__required__)**

Expand All @@ -32,8 +32,8 @@ Steps to reproduce the behavior:

**Expected behavior**

A clear and concise description of what you expected to happen.
<!-- 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.
<!-- Provide logs and configs, or any other context to trace the problem. -->
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -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**
<!-- concise introduction to problem, motivation, and overview of proposed solution -->

## Contents
**Contents**
<!-- Please describe the enhancement what you want in this section -->

## Related work
**Related work**
<!-- In this section you can add other related tasks to help assigner to complete the task more easily -->
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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 [...]
<!-- 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.
<!-- 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.
<!-- 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.
<!-- Add any other context or screenshots about the feature request here. -->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ about: I want to ask a question.
labels: question
---

## General Question
**General Question**

<!--

Expand Down