[FR] Add Versioning Processes to DR (#4223)
This commit is contained in:
@@ -31,4 +31,5 @@ These guidelines serve as a reminder set of considerations when addressing a bug
|
||||
- [ ] Ensure that the bug fix does not break existing functionality.
|
||||
- [ ] Review the bug fix with a peer or team member for additional insights.
|
||||
- [ ] Verify that the bug fix works across all relevant environments (e.g., different OS versions).
|
||||
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
|
||||
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
|
||||
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.
|
||||
|
||||
@@ -32,3 +32,4 @@ These guidelines serve as a reminder set of considerations when addressing addin
|
||||
- [ ] Review the enhancement with a peer or team member for additional insights.
|
||||
- [ ] Verify that the enhancement works across all relevant environments (e.g., different OS versions).
|
||||
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
|
||||
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.
|
||||
|
||||
@@ -27,4 +27,4 @@ These guidelines serve as a reminder set of considerations when tuning an existi
|
||||
- [ ] Evidence of testing and valid query usage.
|
||||
- [ ] Markdown Generated: Run `python -m hunting generate-markdown` with specific parameters to ensure a markdown version of the hunting TOML files is created.
|
||||
- [ ] Index Refreshed: Run `python -m hunting refresh-index` to refresh indexes.
|
||||
- [ ] Run Unit Tests: Run `pytest tests/test_hunt_data.py` to run unit tests.
|
||||
- [ ] Run Unit Tests: Run `pytest tests/test_hunt_data.py` to run unit tests.
|
||||
|
||||
@@ -43,4 +43,5 @@ These guidelines serve as a reminder set of considerations when addressing addin
|
||||
- [ ] Implemented requisite downgrade functionality
|
||||
- [ ] Cross-referenced the feature with product documentation for consistency
|
||||
- [ ] Incorporated a comprehensive test rule in unit tests for full schema coverage
|
||||
- [ ] Conducted system testing, including fleet, import, and create APIs (e.g., run `make test-remote-cli`)
|
||||
- [ ] Conducted system testing, including fleet, import, and create APIs (e.g., run `make test-remote-cli`)
|
||||
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.
|
||||
|
||||
Reference in New Issue
Block a user