Add templates for issues and pull requests

This commit is contained in:
Mahmoud Ben Hassine
2020-03-20 21:48:58 +01:00
parent 999ef54328
commit 4e07b33a9d
2 changed files with 37 additions and 0 deletions

12
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,12 @@
Thank you for taking time to contribute this pull request!
You might have already read the [contributor guide][1], but as a reminder, please make sure to:
* Sign the [contributor license agreement](https://cla.pivotal.io/sign/spring)
* Rebase your changes on the latest `master` branch and squash your commits
* Add/Update unit tests as needed
* Run a build and make sure all tests pass prior to submission
For more details, please check the [contributor guide][1].
Thank you upfront!
[1]: https://github.com/spring-projects/spring-batch/blob/master/CONTRIBUTING.md