Просмотр исходного кода

Add GitHub's issue and pull request templates.

Andrey Nering лет назад: 8
Родитель
Сommit
b97780ba51
2 измененных файлов с 18 добавлено и 0 удалено
  1. 14 0
      ISSUE_TEMPLATE.md
  2. 4 0
      PULL_REQUEST_TEMPLATE.md

+ 14 - 0
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
+
+...

+ 4 - 0
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