github: Improve the PR template
This commit is contained in:
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -5,6 +5,15 @@
|
||||
or:
|
||||
```topic, topic2: Capitalized message with no trailing period```
|
||||
|
||||
* golang code must be formatted according to the standard, please run:
|
||||
```
|
||||
make gofmt # formats the entire project correctly
|
||||
```
|
||||
or format a single golang file correctly:
|
||||
```
|
||||
gofmt -w yourcode.go
|
||||
```
|
||||
|
||||
* please rebase your patch against current git master:
|
||||
```
|
||||
git checkout master
|
||||
|
||||
Reference in New Issue
Block a user