From d7c35d5141e9c533ca61353820b52ccfdf104d39 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Tue, 18 Apr 2017 15:50:22 +0800 Subject: [PATCH] Update issue, pull request template --- .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE.md} | 8 ++++---- .../{PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE.md} | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) rename .github/{ISSUE_TEMPLATE => ISSUE_TEMPLATE.md} (79%) rename .github/{PULL_REQUEST_TEMPLATE => PULL_REQUEST_TEMPLATE.md} (92%) 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?