Skip to content

Commit

Permalink
[Minor] Fix typos in the template (#3234)
Browse files Browse the repository at this point in the history
* Fix typos in the template

* Fix grammar

* Add PR type

* Address comments
  • Loading branch information
Aiee committed Nov 3, 2021
1 parent 73bc825 commit b4af65a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ assignees: ''

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 (__must be provided__)**
**Describe the bug (__required__)**

A clear and concise description of what the bug is.

**Your Environments (__must be provided__)**
**Your Environments (__required__)**

* OS: `uname -a`
* Compliler: `g++ --version` or `clang++ --version`
* Compiler: `g++ --version` or `clang++ --version`
* CPU: `lscpu`
* Commit id (e.g. `a3ffc7d8`)

**How To Reproduce(__must be provided__)**
**How To Reproduce(__required__)**

Steps to reproduce the behavior:

Expand Down
18 changes: 8 additions & 10 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#### What type of PR is this?
- [ ] bug
- [ ] feature
- [ ] enhancement

#### Which issue(s) this PR fixes:
close #xxx
(If it is requirement, issue(s) number must be listed.)
#### What does this PR do?

#### What this PR does / why we need it?

#### Which issue(s)/PR(s) this PR relates to?


#### Special notes for your reviewer, ex. impact of this fix, etc:
Expand All @@ -16,12 +16,10 @@ close #xxx


#### Checklist:
- [ ] Documentation affected (If need to modify document, please label it.)
- [ ] Incompatible (If it is incompatile, please describle it and label it.)
- [ ] Need to cherry pick (If need to cherry pick to some branchs, please label the destination version(s).)
- [ ] Performance regression: Consumes more CPU
- [ ] Performance regression: Consumes more Memory

- [ ] Documentation affected (Please add the label if documentation needs to be modified.)
- [ ] Incompatible (If it is incompatible, please describe it and add corresponding label.)
- [ ] Need to cherry-pick (If need to cherry-pick to some branches, please label the destination version(s).)
- [ ] Performance impacted: Consumes more CPU/Memory


#### Release notes:
Expand Down

0 comments on commit b4af65a

Please sign in to comment.