Add Github Pull Request Template

Этот коммит содержится в:
Paul Schaub 2019-03-20 20:05:43 +01:00
родитель daab6039a1
Коммит 3521346c90
Подписано: vanitasvitae
Идентификатор ключа GPG: 62BEE9264BF17311
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -0,0 +1,7 @@
Thank you for your contribution!
Before creating a Pull Request, please make sure to
* read https://github.com/igniterealtime/Smack/wiki/Guidelines-for-Smack-Developers-and-Contributors
* run `gradle check` successfully in order to make sure that your code does not break any JUnit tests and is conform to the projects code style.
* (if applicable) mention any Jira issue codes (eg. `SMACK-XXX`) in the *body* of your commit message (not the header), so that Jira automatically links the PR to the issue.
* squash your commits if possible/sensible.