-
Notifications
You must be signed in to change notification settings - Fork 916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Dependency management ISSUE_TEMPLATE #4628
Conversation
- type: textarea | ||
id: release_notes | ||
attributes: | ||
label: Release Notes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this part may not limit to release note, how about "Notable Changes"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sound reasonable, addressed
Codecov Report
@@ Coverage Diff @@
## master #4628 +/- ##
============================================
+ Coverage 53.33% 53.51% +0.18%
Complexity 13 13
============================================
Files 577 579 +2
Lines 31591 31781 +190
Branches 4249 4253 +4
============================================
+ Hits 16849 17009 +160
- Misses 13158 13181 +23
- Partials 1584 1591 +7 see 16 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Thanks, merged to master |
Why are the changes needed?
Add Dependency management ISSUE_TEMPLATE as behaviors about upgrading artifacts are frequent
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request