Merge pull request #304 from vanitasvitae/mr_template

Add Github Pull Request Template
This commit is contained in:
Florian Schmaus 2019-03-20 20:31:25 +01:00 committed by GitHub
commit 7723230589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
.github/pull_request_template.md vendored Normal file
View File

@ -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.