From 2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 17 Feb 2016 21:22:58 -0500 Subject: [PATCH] Add issue and pull request template --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 4 ++-- ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md | 2 ++ PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (89%) rename ISSUE_TEMPLATE.md => .github/ISSUE_TEMPLATE.md (75%) rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%) diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 89% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md index c15d681043..45719ac78a 100644 --- a/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,11 +46,11 @@ Please read detailed information on [Wiki](https://github.com/gogits/gogs/wiki/C ### Ask For Help -Before opening an issue, please make sure your problem isn't already addressed on the [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.md) and [FAQs](http://gogs.io/docs/intro/faqs.html) pages. +Before opening an issue, please make sure your problem isn't already addressed on the [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) and [FAQs](http://gogs.io/docs/intro/faqs.html) pages. ## Things To Notice -Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) or card on [Trello](https://trello.com/b/uxAoeLUl/gogs-go-git-service) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests. +Please take a moment to check that an issue on [GitHub](https://github.com/gogits/gogs/issues) doesn't already exist documenting your bug report or improvement proposal. If it does, it never hurts to add a quick "+1" or "I have this problem too". This will help prioritize the most common problems and requests. ## Code of conduct diff --git a/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md similarity index 75% rename from ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE.md index 9f2389ed00..a94f5fe75e 100644 --- a/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +Please take a moment to search that an issue doesn't already exist. + For bug reports, please give the relevant info: - Gogs version (or commit ref): diff --git a/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md