Skip to content

Commit 5aa98e0

Browse files
committed
Remove Changelog section
1 parent fcb47f6 commit 5aa98e0

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- If this PR adds a new feature or public API, consider adding a brief pseudo-code snippet of it in action
2525
- If this PR includes a visual change, consider adding a screenshot, GIF, or video
2626
- If you want, you could even include a before/after comparison!
27-
- If the Changelog or Migration Guide adequately cover the changes, you can delete this section
27+
- If the Migration Guide adequately covers the changes, you can delete this section
2828

2929
While a showcase should aim to be brief and digestible, you can use a toggleable section to save space on longer showcases:
3030

@@ -37,15 +37,6 @@ println!("My super cool code.");
3737

3838
</details>
3939

40-
## Changelog
41-
42-
> This section is optional. If this was a trivial fix, or has no externally-visible impact, you can delete this section.
43-
44-
- What changed as a result of this PR?
45-
- If applicable, organize changes under "Added", "Changed", or "Fixed" sub-headings
46-
- Stick to one or two sentences. If more detail is needed for a particular change, consider adding it to the "Solution" section
47-
- If you can't summarize the work, your change may be unreasonably large / unrelated. Consider splitting your PR to make it easier to review and merge!
48-
4940
## Migration Guide
5041

5142
> This section is optional. If there are no breaking changes, you can delete this section.

0 commit comments

Comments
 (0)