diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE.md similarity index 79% rename from .github/ISSUE_TEMPLATE rename to .github/ISSUE_TEMPLATE.md index 02fdfa07..8b4f03b7 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE.md @@ -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`. - -For usage questions, please ask in https://gitter.im/jinzhu/gorm or http://stackoverflow.com/questions/tagged/go-gorm +DON'T post usage related questions, ask in https://gitter.im/jinzhu/gorm or http://stackoverflow.com/questions/tagged/go-gorm, Please answer these questions before submitting your issue. Thanks! + + ### What version of Go are you using (`go version`)? diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE.md similarity index 92% rename from .github/PULL_REQUEST_TEMPLATE rename to .github/PULL_REQUEST_TEMPLATE.md index 187ee837..0ee0d73b 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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. Thank you. + + +### What did this pull request do?