diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d61ff868b3..0c4a016392 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,12 +1,18 @@ # PR Template for new Detections -For Authors: -- [ ] Make sure that CI/CD [detection-testing and build-and-validate](https://github.com/splunk/security_content/actions) jobs passed ✔️. +### Details + +*_what does this PR have in it, screenshots are nice 😄_ + +### Author Checklist -For Reviewers: -- [ ] Verify CI/CD jobs have passed without errors. -- [ ] Validate SPL logic. -- [ ] Validate tags, description, and how to implement. - [ ] Validate name matches `__` -- [ ] Verify references match analytic. -- [ ] Is there an Atomic Test? \ No newline at end of file +- [ ] Make sure that CI/CD [detection-testing and build-and-validate](https://github.com/splunk/security_content/actions) jobs passed ✔️ +- [ ] Is there an Atomic Test? Is GUID on the test file under array: `atomic_test_guid`, [example]()? + + +### Review Checklist + +- [ ] Validated SPL logic. +- [ ] Validated tags, description, and how to implement. +- [ ] Verified references match analytic.