diff --git a/package.json b/package.json index cfcf5c3..b9f7aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupiterone/jupiterone-alert-rules", - "version": "0.23.0", + "version": "0.24.0", "description": "Alert rule packages for the JupiterOne platform", "scripts": { "validate": "tsx ./scripts/validate.ts" diff --git a/pull_request_template.md b/pull_request_template.md index aeb2766..467974e 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,10 +1,12 @@ ## QA Checklist ### Alerts Rule Packs + +- [ ] IF THIS CONTENT NEEDS TO BE RELEASED - is the package version in the package.json bumped? - [ ] Does a related alert already exist, and should it be tweaked or added to instead? - [ ] Test each query to make sure it works - [ ] Look for hardcoded variables/parameter values in the query - [ ] Consider Severity for Alerts - [ ] Spellcheck - [ ] Use all caps for J1QL keywords and relationship classes -- [ ] Upload the alerts rule pack JSON into JupiterOne to validate \ No newline at end of file +- [ ] Upload the alerts rule pack JSON into JupiterOne to validate