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 /.github/ISSUE_TEMPLATE.md | |
parent | 89d6b18dad1923ebcd605c96f22d61b266456934 (diff) | |
download | gitea-2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee.tar.gz gitea-2fdf8fc938295b95cbe6efb7cddb1b87c2fb81ee.zip |
Add issue and pull request template
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..a94f5fe75e --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,16 @@ +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): +- Git version: +- Operating system: +- Database: + - [ ] PostgreSQL + - [ ] MySQL + - [ ] SQLite +- Log gist: + +## Description + +... |