]> source.dussan.org Git - gitea.git/commitdiff
Add GitHub's issue and pull request templates.
authorAndrey Nering <andrey.nering@gmail.com>
Wed, 17 Feb 2016 22:40:14 +0000 (20:40 -0200)
committerAndrey Nering <andrey.nering@gmail.com>
Wed, 17 Feb 2016 23:15:11 +0000 (21:15 -0200)
ISSUE_TEMPLATE.md [new file with mode: 0644]
PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]

diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md
new file mode 100644 (file)
index 0000000..9f2389e
--- /dev/null
@@ -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 (file)
index 0000000..860eee7
--- /dev/null
@@ -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