Skip to content
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

[Merged by Bors] - Add "Changelog" and "Migration Guide" to PR template #4143

Closed
wants to merge 9 commits into from
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
## Solution

- Describe the solution used to achieve the objective above.

## Changelog
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved

- List a general overview of the changes made by this PR
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved
- Try to be concise. If more detail is needed for a particular change, consider adding it to the "Solution" section
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved

## Migration Guide
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved

- If this PR affects the public API, describe how a user might need to migrate their code to support these changes
MrGVSV marked this conversation as resolved.
Show resolved Hide resolved