mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 18:46:41 +01:00
* improve pr template Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * incorporate feedback Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> --------- Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
## Description
|
|
|
|
<!-- Please include a summary of the changes along with any relevant motivation and context -->
|
|
|
|
<!-- If CLI output changed, show an example (before/after if helpful) -->
|
|
|
|
<!-- If this changes application or API configuration, describe new/changed/removed options -->
|
|
|
|
## Type of change
|
|
|
|
<!-- Delete any that are not relevant -->
|
|
|
|
- [ ] Bug fix (non-breaking change which fixes an issue)
|
|
- [ ] New feature (non-breaking change which adds functionality)
|
|
- [ ] Breaking change (please discuss with the team first; Syft is 1.0 software and we won't accept breaking changes without going to 2.0)
|
|
- [ ] Documentation (updates the documentation)
|
|
- [ ] Chore (improve the developer experience, fix a test flake, etc, without changing the visible behavior of Syft)
|
|
- [ ] Performance (make Syft run faster or use less memory, without changing visible behavior much)
|
|
|
|
## Checklist
|
|
|
|
- [ ] I have added unit tests that cover changed behavior
|
|
- [ ] I have tested my code in common scenarios and confirmed there are no regressions
|
|
- [ ] I have added comments to my code, particularly in hard-to-understand sections
|
|
|
|
## Issue references
|
|
|
|
<!-- If this fixes an issue, include "Fixes #<issue-number>" or otherwise list the issue references -->
|