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