forked from mirror/gorm
Update issue, pull request template
This commit is contained in:
parent
848d68aa04
commit
d7c35d5141
|
@ -1,11 +1,11 @@
|
||||||
Before posting a bug report about a problem, please try to verify that it is a bug and that it has not been reported already.
|
Before posting a bug report about a problem, please try to verify that it is a bug and that it has not been reported already, please apply corresponding GitHub labels to the issue, for feature requests, please apply `type:feature`.
|
||||||
|
|
||||||
Also please apply corresponding GitHub labels to the issue, for feature requests, please apply `type:feature`.
|
DON'T post usage related questions, ask in https://gitter.im/jinzhu/gorm or http://stackoverflow.com/questions/tagged/go-gorm,
|
||||||
|
|
||||||
For usage questions, please ask in https://gitter.im/jinzhu/gorm or http://stackoverflow.com/questions/tagged/go-gorm
|
|
||||||
|
|
||||||
Please answer these questions before submitting your issue. Thanks!
|
Please answer these questions before submitting your issue. Thanks!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### What version of Go are you using (`go version`)?
|
### What version of Go are you using (`go version`)?
|
||||||
|
|
||||||
|
|
|
@ -9,3 +9,6 @@ Make sure these boxes checked before submitting your pull request.
|
||||||
For significant changes like big bug fixes, new features, please open an issue to make a agreement on an implementation design/plan first before starting it.
|
For significant changes like big bug fixes, new features, please open an issue to make a agreement on an implementation design/plan first before starting it.
|
||||||
|
|
||||||
Thank you.
|
Thank you.
|
||||||
|
|
||||||
|
|
||||||
|
### What did this pull request do?
|
Loading…
Reference in New Issue