From 604b662b38c276d43970da6d114c55cf8acb5e99 Mon Sep 17 00:00:00 2001 From: Navarone Feekery <13634519+navarone-feekery@users.noreply.github.com> Date: Wed, 15 May 2024 15:43:33 +0200 Subject: [PATCH] Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..bad480b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,47 @@ +### Closes https://github.com/elastic/crawler/issues/### + + + +### Checklists + + + +#### Pre-Review Checklist +- [ ] This PR does NOT contain credentials of any kind, such as API keys or username/passwords (double check `crawler.yml.example` and `elasticsearch.yml.example`) +- [ ] This PR has a meaningful title +- [ ] This PR links to all relevant GitHub issues that it fixes or partially addresses + - If there is no GitHub issue, please create it. Each PR should have a link to an issue +- [ ] this PR has a thorough description +- [ ] Covered the changes with automated tests +- [ ] Tested the changes locally +- [ ] Added a label for each target release version (example: `v0.1.0`) +- [ ] Considered corresponding documentation changes +- [ ] Contributed any configuration settings changes to the configuration reference + +#### Changes Requiring Extra Attention + + + +- [ ] Security-related changes (encryption, TLS, SSRF, etc) +- [ ] New external service dependencies added. + +### Related Pull Requests + + + +### Release Note + +