diff options
author | Unknwon <u@gogs.io> | 2016-02-17 18:29:35 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-17 18:29:35 -0500 |
commit | 89d6b18dad1923ebcd605c96f22d61b266456934 (patch) | |
tree | 7006a807dba01afc953d535c87b276e05d2bb56d | |
parent | ccc94dd11cdc2eed16444715255c6fc590094a7b (diff) | |
parent | b97780ba51f13ad925868b0089e3da4fc043fc6d (diff) | |
download | gitea-89d6b18dad1923ebcd605c96f22d61b266456934.tar.gz gitea-89d6b18dad1923ebcd605c96f22d61b266456934.zip |
Merge pull request #2649 from andreynering/gh-issue-template
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 0000000000..9f2389ed00 --- /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 0000000000..860eee772e --- /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 |