Uncomment pull request template body

This commit uncomments the pull request template body to make it more
visible, and adds an explanation of the templates purpose.
This commit is contained in:
Jason Tedor 2016-04-27 13:16:07 -04:00
parent cabef54df8
commit 38ef163dfc
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
<!--
Thank you for your interest in and contributing to Elasticsearch! There
are a few simple things to check before submitting your pull request
that can help with the review process. You should delete these items
from your submission, but they are here to help bring them to your
attention.
-->
- Have you signed the [contributor license agreement](https://www.elastic.co/contributor-agreement)?
- Have you followed the [contributor guidelines](https://github.com/elastic/elasticsearch/blob/master/.github/CONTRIBUTING.md)?
- If submitting code, have you built your formula locally prior to submission with `gradle check`?
- If submitting code, is your pull request against master? Unless there is a good reason otherwise, we prefer pull requests against master and will backport as needed.
- If submitting code, have you checked that your submission is for an [OS that we support](https://www.elastic.co/support/matrix#show_os)?
-->