Skip to content

Commit 98f9eec

Browse files
authored
MNT Add changelog README and PR checklist to PR template (scikit-learn#32038)
1 parent 2e4e40b commit 98f9eec

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!--
2-
Thanks for contributing a pull request! Please ensure you have taken a look at
3-
the contribution guidelines: https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md
2+
🙌 Thanks for contributing a pull request!
3+
4+
👀 Please ensure you have taken a look at the contribution guidelines:
5+
https://github.com/scikit-learn/scikit-learn/blob/main/CONTRIBUTING.md
6+
7+
✅ In particular following the pull request checklist will increase the likelihood
8+
of having maintainers review your PR:
9+
https://scikit-learn.org/dev/developers/contributing.html#pull-request-checklist
10+
11+
📋 If your PR is likely to affect users, you will need to add a changelog entry
12+
describing your PR changes, see:
13+
https://github.com/scikit-learn/scikit-learn/blob/main/doc/whats_new/upcoming_changes/README.md
414
-->
515

616
#### Reference Issues/PRs

0 commit comments

Comments
 (0)