kibana/.github/PULL_REQUEST_TEMPLATE.md
Court Ewing a80287fbbe Correct PR template file name
09eb74a introduced a PR template with an incorrect file name, so github
does not use it for pull requests.
2016-06-11 16:46:35 -04:00

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.