pull_request_template
Please review our Code of Conduct and our Contribution Guidelines before submitting a Pull Request.
REMOVE ALL PULL REQUEST HINTS BEFORE SUBMITTING
PULL REQUEST TITLE
Pull Request general description should go here.
Please fill out all values and then remove any help text before submitting your PR. Refer to this PR as a reference example!
Check the values above that match your PR and remove the remaining.
Unit test coverage
COVERAGE RESULTS SHOULD BE POSTED HERE
PLEASE REVIEW CONTRIBUTING.md FOR MORE
DETAILS ON GENERATING COVERAGE RESULTS
Bandit analysis
BANDIT ANALYSIS RESULTS SHOULD BE POSTED
HERE. PLEASE REVIEW CONTRIBUTING.md FOR
MORE DETAILS ON GENERATING BANDIT RESULTS
Added features and functionality
If your PR adds features or functionality, what should be included in the next release notes?
Issues resolved
Bug fix: Please list related bugs individually. Identifying the ticket or bug report in the PR description auto-updates the affected ticket and helps the community with ticket triage. For example:
Fixes https://github.com/CrowdStrike/falconpy/issues/1234 by doing foo
Mitigates https://github.com/CrowdStrike/falconpy/issues/5678 by updating bar.
BE EXPLICIT in what you are resolving
Other
List any other details here
Documentation regarding your changes can also be listed here
Last updated
Was this helpful?