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

Comment out info lines of pull request template #420

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## 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!*
-->

### 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.*
-->

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

*Examples of breaking changes:*
Expand All @@ -17,6 +22,7 @@
* *Adding a function.*
* *Fixing a bug in a function/method.*
* *Creating a new package.*
-->

## Pre-merge checklist
*All of these must be satisfied before this PR is considered
Expand Down
Loading