diff options
author | Unknwon <u@gogs.io> | 2016-02-17 21:22:58 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-17 21:22:58 -0500 |
commit | 2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee (patch) | |
tree | 4689310a6a854c61a4416fdd2db7193cdc6adf3f | |
parent | 89d6b18dad1923ebcd605c96f22d61b266456934 (diff) | |
download | gitea-2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee.tar.gz gitea-2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee.zip |
Add issue and pull request template
-rw-r--r-- | .github/CONTRIBUTING.md (renamed from CONTRIBUTING.md) | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE.md (renamed from ISSUE_TEMPLATE.md) | 2 | ||||
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md (renamed from PULL_REQUEST_TEMPLATE.md) | 0 |
3 files changed, 4 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/.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 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 index 860eee772e..860eee772e 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md |