Skip to content

Commit

Permalink
Merge a7b9a59 into 65139a5
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Jun 27, 2020
2 parents 65139a5 + a7b9a59 commit 42a5ecc
Showing 1 changed file with 34 additions and 14 deletions.
48 changes: 34 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,36 @@
<!--
Description of PR
-->

<!--
This PR has the objetive of...

## Changes

1. Added new `xyz` to...
2. Fixed a bug in...
3. Changed the behaviour of...
4. Improved the docs about...

## Checklist

Checklist for for pull requests including new code and/or changes to existing code...
-->

* [ ] Includes unit tests
* [ ] New functions have docstrings with examples that can be run with doctest
* [ ] New functions are included in API docs
* [ ] Docstrings include notes for any changes to API or behaviour
* [ ] Travis CI passes (unit tests run under Linux)
* [ ] AppVeyor CI passes (unit tests run under Windows)
* [ ] Unit test coverage has not decreased (see Coveralls)
* [ ] All changes documented in docs/changes.rst

* [ ] Code
* [ ] Includes unit tests
* [ ] New functions have docstrings with examples that can be run with doctest
* [ ] New functions are included in API docs
* [ ] Docstrings include notes for any changes to API or behaviour
* [ ] All changes documented in docs/changes.rst
* [ ] Testing
* [ ] \(Optional) Tested local against remote servers
* [ ] Travis CI passes (unit tests run under Linux)
* [ ] AppVeyor CI passes (unit tests run under Windows)
* [ ] Unit test coverage has not decreased (see Coveralls)
* [ ] Changes
* [ ] \(Optional) Just a proof of concept
* [ ] \(Optional) Work in progress
* [ ] Ready to review
* [ ] Ready to merge

### Legend

* [ ] Not done yet
* [x] Finished
* [ ] ~~Doesn't apply to this PR~~

0 comments on commit 42a5ecc

Please sign in to comment.