mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 12:03:24 -08:00
32 lines
1.2 KiB
Markdown
32 lines
1.2 KiB
Markdown
<!--
|
|
Thank you for contributing to capa! <3
|
|
|
|
IMPORTANT NOTE
|
|
It's most important that you submit your improvements. So even if you don't use this complete template we look forward to collaborating!
|
|
|
|
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/fireeye/capa/blob/master/.github/CONTRIBUTING.md
|
|
|
|
PR template based on https://embeddedartistry.com/blog/2017/08/04/a-github-pull-request-template-for-your-projects/
|
|
-->
|
|
|
|
### Description
|
|
|
|
<!-- Please describe the changes in this PR. Include your motivation and context to help us review. -->
|
|
|
|
closes # (issue)
|
|
|
|
### Documentation
|
|
|
|
- [ ] I have updated the [CHANGELOG.md](/CHANGELOG.md), this is required for:
|
|
- Bug fixes (non-breaking change which fixes an issue)
|
|
- New features (non-breaking change which adds functionality)
|
|
- Breaking changes (fix or feature that would cause existing functionality to not work as expected)
|
|
- [ ] This change requires a documentation update
|
|
- [ ] I have made the corresponding changes to the documentation
|
|
|
|
### Tests
|
|
|
|
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
- [ ] No new tests needed
|