mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 02:26:42 +01:00
Improve PR template (#4472)
* 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>
This commit is contained in:
parent
ea1f4cba38
commit
6be0a9abc4
15
.github/pull_request_template.md
vendored
15
.github/pull_request_template.md
vendored
@ -1,11 +1,10 @@
|
|||||||
# Description
|
## Description
|
||||||
|
|
||||||
Please include a summary of the changes along with any relevant motivation and context,
|
<!-- Please include a summary of the changes along with any relevant motivation and context -->
|
||||||
or link to an issue where this is explained.
|
|
||||||
|
|
||||||
<!-- If this completes an issue, please include: -->
|
<!-- If CLI output changed, show an example (before/after if helpful) -->
|
||||||
|
|
||||||
- Fixes
|
<!-- If this changes application or API configuration, describe new/changed/removed options -->
|
||||||
|
|
||||||
## Type of change
|
## Type of change
|
||||||
|
|
||||||
@ -18,8 +17,12 @@ or link to an issue where this is explained.
|
|||||||
- [ ] Chore (improve the developer experience, fix a test flake, etc, without changing the visible behavior of Syft)
|
- [ ] 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)
|
- [ ] Performance (make Syft run faster or use less memory, without changing visible behavior much)
|
||||||
|
|
||||||
# Checklist:
|
## Checklist
|
||||||
|
|
||||||
- [ ] I have added unit tests that cover changed behavior
|
- [ ] 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 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
|
- [ ] 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 -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user