Skip to content
Draft
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
25 changes: 24 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,31 @@

Closes #

### Changes proposed in this pull request:
### Changes proposed in this pull request

-
-
-

### Checklist for a complete Pull request

- [ ] tests added/passed
- [ ] add an entry to the [changelog](../CHANGELOG.md)

Comment on lines +13 to +15
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in the pyopensci template was just a 4 point checklist, I tried to adapt it to our previous template


<!-- ----------------------------------------------------------------
MAKE SURE YOUR PR GETS THE ATTENTION IT DESERVES!
----------------------------------------------------------------

* FORMAT IT RIGHT:
https://www.numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message

* IF IT'S A NEW FEATURE OR API CHANGE, TEST THE WATERS:
https://www.numpy.org/devdocs/dev/development_workflow.html#get-the-mailing-list-s-opinion

* HIT ALL THE GUIDELINES:
https://numpy.org/devdocs/dev/index.html#guidelines

* WHAT TO DO IF WE HAVEN'T GOTTEN BACK TO YOU:
https://www.numpy.org/devdocs/dev/development_workflow.html#getting-your-pr-reviewed
-->
Comment on lines +17 to +32
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is from nump, it is basically a commented markdown and will be hidden in the pr later

Loading