diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-02-17 20:40:14 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-02-17 21:15:11 -0200 |
commit | b97780ba51f13ad925868b0089e3da4fc043fc6d (patch) | |
tree | 7006a807dba01afc953d535c87b276e05d2bb56d | |
parent | ccc94dd11cdc2eed16444715255c6fc590094a7b (diff) |
Add GitHub's issue and pull request templates.
-rw-r--r-- | ISSUE_TEMPLATE.md | 14 | ||||
-rw-r--r-- | PULL_REQUEST_TEMPLATE.md | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..9f2389ed --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +For bug reports, please give the relevant info: + +- Gogs version (or commit ref): +- Git version: +- Operating system: +- Database: + - [ ] PostgreSQL + - [ ] MySQL + - [ ] SQLite +- Log gist: + +## Description + +... diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..860eee77 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,4 @@ +Please, make sure you are targeting the `develop` branch! + +More instructions about contributing with Gogs code can be found here: +https://github.com/gogits/gogs/wiki/Contributing-Code |