diff options
-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 |