Unified GitHub templates accross all projects

This commit is contained in:
Thomas Boerger 2016-11-28 14:28:43 +01:00
Родитель 6497f6ca47
Коммит eaa7566722
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5A388F55283960B6
2 изменённых файлов: 13 добавлений и 0 удалений

6
.github/issue_template.md поставляемый
Просмотреть файл

@ -0,0 +1,6 @@
1. Please speak English, this is the language everybody of us can speak and write.
2. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-gitea/gitea
3. Please take a moment to search that an issue doesn't already exist.
4. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report.
**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**

7
.github/pull_request_template.md поставляемый
Просмотреть файл

@ -0,0 +1,7 @@
Please check the following:
1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes.
2. Read contributing guidelines: https://github.com/go-gitea/lgtm/blob/master/CONTRIBUTING.md
3. Describe what your pull request does and which issue you're targeting (if any)
**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**