diff options
author | Unknwon <u@gogs.io> | 2018-04-25 18:28:41 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-04-25 18:28:41 -0400 |
commit | 742420a5e279de99e9e57d67031c3b2e3b61b6a5 (patch) | |
tree | ba20bc0281fae1ddf0367fadda904aa738571dee /.github | |
parent | f439df4441e69e2ae46d8b08f75463c9af176fc4 (diff) |
.github: update link to ISSUE_TEMPLATE.md (#5193)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index bd4ff087..b2fb2edb 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -15,26 +15,7 @@ Depends on the situation, you will: ### Bug Report -If you find something you consider a bug, please create a issue on [GitHub](https://github.com/gogits/gogs/issues). To avoid wasting time and reduce back-and-forth communication with team members, please include at least the following information in a form comfortable for you: - -- Bug Description -- Gogs Version -- Git Version -- System Type -- Error Log -- Other information - -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. - -#### Bug Report Example - -Gogs crashed when creating a repository with a license, using v0.5.13.0207, SQLite3, Git 1.9.0, Ubuntu 12.04. - -Error log: - -``` -2014/09/01 07:21:49 [E] nil pointer -``` +If you find something you consider a bug, please create an issue on [GitHub](https://github.com/gogits/gogs/issues). To avoid wasting time and reduce back-and-forth communication with team members, please be respect to [Issue Template](ISSUE_TEMPLATE.md). ### Feature Request |