mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
09eb74a
introduced a PR template with an incorrect file name, so github
does not use it for pull requests.
868 B
868 B
- Have you signed the contributor license agreement?
- Have you followed the contributor guidelines?
- 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.