Skip to content

Commit 47aa2ee

Browse files
committed
update docs
1 parent 817e253 commit 47aa2ee

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.github/PULL_REQUEST_GUIDELINES/bug_guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ These guidelines serve as a reminder set of considerations when addressing a bug
3131
- [ ] Ensure that the bug fix does not break existing functionality.
3232
- [ ] Review the bug fix with a peer or team member for additional insights.
3333
- [ ] Verify that the bug fix works across all relevant environments (e.g., different OS versions).
34-
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
34+
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
35+
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.

.github/PULL_REQUEST_GUIDELINES/enhancement_guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ These guidelines serve as a reminder set of considerations when addressing addin
3232
- [ ] Review the enhancement with a peer or team member for additional insights.
3333
- [ ] Verify that the enhancement works across all relevant environments (e.g., different OS versions).
3434
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
35+
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.

.github/PULL_REQUEST_GUIDELINES/hunt_tuning_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ These guidelines serve as a reminder set of considerations when tuning an existi
2727
- [ ] Evidence of testing and valid query usage.
2828
- [ ] Markdown Generated: Run `python -m hunting generate-markdown` with specific parameters to ensure a markdown version of the hunting TOML files is created.
2929
- [ ] Index Refreshed: Run `python -m hunting refresh-index` to refresh indexes.
30-
- [ ] Run Unit Tests: Run `pytest tests/test_hunt_data.py` to run unit tests.
30+
- [ ] Run Unit Tests: Run `pytest tests/test_hunt_data.py` to run unit tests.

.github/PULL_REQUEST_GUIDELINES/schema_enhancement_guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,5 @@ These guidelines serve as a reminder set of considerations when addressing addin
4343
- [ ] Implemented requisite downgrade functionality
4444
- [ ] Cross-referenced the feature with product documentation for consistency
4545
- [ ] Incorporated a comprehensive test rule in unit tests for full schema coverage
46-
- [ ] Conducted system testing, including fleet, import, and create APIs (e.g., run `make test-remote-cli`)
46+
- [ ] Conducted system testing, including fleet, import, and create APIs (e.g., run `make test-remote-cli`)
47+
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ from your submission, but they are here to help bring them to your attention.
3636

3737
<!-- Delete any items that are not applicable to this PR. -->
3838

39-
- [ ] Added a label for the type of pr: `bug`, `enhancement`, `schema`, `Rule: New`, `Rule: Deprecation`, `Rule: Tuning`, `Hunt: New`, or `Hunt: Tuning` so guidelines can be generated
39+
- [ ] Added a label for the type of pr: `bug`, `enhancement`, `schema`, `maintenance`, `Rule: New`, `Rule: Deprecation`, `Rule: Tuning`, `Hunt: New`, or `Hunt: Tuning` so guidelines can be generated
4040
- [ ] Added the `meta:rapid-merge` label if planning to merge within 24 hours
4141
- [ ] Secret and sensitive material has been managed correctly
4242
- [ ] Automated testing was updated or added to match the most common scenarios

.github/workflows/version-code-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'lib/**'
7-
- 'hunting/**'
7+
- 'hunting/**/*.py'
88
- 'pyproject.toml'
99
- 'Makefile'
1010
- 'docs/**'

0 commit comments

Comments
 (0)