github: PR template checklist in a comment

The checklist of items in the PR description should be in a comment so
you don't have to manually remove them on every pull request.
This commit is contained in:
Court Ewing 2017-08-12 10:28:21 -04:00
parent 5f1ed9f825
commit 79a88e0f29

View file

@ -4,10 +4,10 @@ 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/kibana/blob/master/CONTRIBUTING.md)?
- If submitting code, have you included unit tests that cover the changes?
- If submitting code, have you tested and built your code locally prior to submission with `npm test && npm run build`?
- 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.
-->