-
Notifications
You must be signed in to change notification settings - Fork 105
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 release-note section in PR template #1574
Conversation
Problem: Writing release notes at release time takes a long time and it's not easy to do if you don't have as much context as the submitter or simply too much time has passed. Solution: Add a release notes section to be filled out when opening a PR. This way at release time we can just grab all the descriptions and speed up the process.
Just so I understand, there's no automatic process as of right now that uses the new note in the generated release notes, right? When writing our curated notes, it's still manual, but this just gives us a note to reference? |
yep the generated notes are still the same (and we should probably still keep them the same?), this would be for the curated notes that is still a manual process (for now) |
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.
🚀
Problem: Writing release notes at release time takes a long time and it's not easy to do if you don't have as much context as the submitter or simply too much time has passed. Solution: Add a release notes section to be filled out when opening a PR. This way at release time we can just grab all the descriptions and speed up the process.
Proposed changes
Problem: Writing release notes at release time takes a long time and it's not easy to do if you don't have as much context as the submitter or simply too much time has passed.
Solution: Add a release notes section to be filled out when opening a PR. This way at release time we can just grab all the descriptions and speed up the process.
Closes #1034
Checklist
Before creating a PR, run through this checklist and mark each as complete.