mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
f8ce03b010
commit
4578501fec
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.
|
||||
-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue