mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
* Add AI usage checkbox * Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --------- Co-authored-by: Mike Hunhoff <mike.hunhoff@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
25 lines
1.1 KiB
Markdown
25 lines
1.1 KiB
Markdown
|
|
<!--
|
|
Thank you for contributing to capa! <3
|
|
|
|
Please read capa's CONTRIBUTING guide if you haven't done so already.
|
|
It contains helpful information about how to contribute to capa. Check https://github.com/mandiant/capa/blob/master/.github/CONTRIBUTING.md
|
|
|
|
Please describe the changes in this pull request (PR). Include your motivation and context to help us review.
|
|
|
|
Please mention the issue your PR addresses (if any):
|
|
closes #issue_number
|
|
-->
|
|
|
|
|
|
### Checklist
|
|
|
|
<!-- CHANGELOG.md has a `master (unreleased)` section. Please add bug fixes, new features, breaking changes and anything else you think is worthwhile mentioning in the release notes to this file. -->
|
|
- [ ] No CHANGELOG update needed
|
|
<!-- Tests prove that your fix/work as expected and ensure it doesn't break on the feature. -->
|
|
- [ ] No new tests needed
|
|
<!-- Please help us keeping capa documentation up-to-date -->
|
|
- [ ] No documentation update needed
|
|
<!-- Please indicate if and how you have used AI to generate (parts of) your code submission. Include your prompt, model, tool, etc. -->
|
|
- [ ] This submission includes AI-generated code and I have provided details in the description.
|