Skip to content

Commit

Permalink
Remove unnecessary linebreaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
carreter committed Sep 23, 2023
1 parent bbb5f32 commit 874a25c
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,16 @@
## Changes in this PR
*Clearly and concisely summarize the changes you are making. Bullet
points are completely okay. Please be specific, saying "improves X"
is not enough!*
*Clearly and concisely summarize the changes you are making. Bullet points are completely okay. Please be specific, saying "improves X" is not enough!*

### Why are you making these changes?
*Explain why these changes are necessary. Link to GitHub issues here
with the format `fixes: #XXX` to indicate this PR resolves the issue.*
*Explain why these changes are necessary. Link to GitHub issues here with the format `fixes: #XXX` to indicate this PR resolves the issue.*

### Are any changes breaking? (IMPORTANT)
*Will merging this PR change `poly`'s API in a non-backwards-compatible
manner?*
*Will merging this PR change `poly`'s API in a non-backwards-compatible manner?*

*Examples of breaking changes:*
* *Removing a method from a struct.*
* *Deleting/moving a package.*
* *Adding a method to an interface (client may have made their own
implementation of this interface, and adding a method to the
interface could cause client's implementation to no longer satisfy
the interface).*
* *Adding a method to an interface (client may have made their own implementation of this interface, and adding a method to the interface could cause client's implementation to no longer satisfy the interface).*

*Examples of non-breaking changes:*
* *Adding a method to a struct.*
Expand Down

0 comments on commit 874a25c

Please sign in to comment.