Skip to content

Commit

Permalink
Merge 32bbaf9 into 38234d0
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Nov 23, 2022
2 parents 38234d0 + 32bbaf9 commit 26724b0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@

This PR has the objective of <describe here>
This PR has the objective of <describe it here>.

## Changes

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

## Checklist

Use this checklist for assuring the quality of pull requests that include new code and or make changes to existing code.
Use this checklist to ensure the quality of pull requests that include new code and/or make changes to existing code.

* [ ] Source Code rules apply:
* [ ] Source Code guidelines:
* [ ] 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
* [ ] Docstrings include notes for any changes to API or behavior
* [ ] All changes are documented in docs/changes.rst
* [ ] Versioning and history tracking rules apply:
* [ ] Using atomic commits when possible
* [ ] Commits are reversible when possible
* [ ] There is no incomplete changes in the pull request
* [ ] There is no accidental garbage added in source code
* [ ] Testing rules apply:
* [ ] Versioning and history tracking guidelines:
* [ ] Using atomic commits whenever possible
* [ ] Commits are reversible whenever possible
* [ ] There are no incomplete changes in the pull request
* [ ] There is no accidental garbage added to the source code
* [ ] Testing guidelines:
* [ ] Tested locally using `tox` / `pytest`
* [ ] Rebased to `master` branch and tested before sending the PR
* [ ] Automated testing passes (see [CI](https://github.com/petl-developers/petl/actions))
* [ ] Unit test coverage has not decreased (see [Coveralls](https://coveralls.io/github/petl-developers/petl))
* [ ] State of these changes is:
Expand Down
9 changes: 9 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

Version 1.7.13
--------------

* Fix? calling functions to*() should output by default to stdout
By :user:`juarezr`, :issue:`632`.

* Add python3.11 for the build and testing
By :user:`juarezr`, :issue:`635`.

Version 1.7.12
--------------

Expand Down

0 comments on commit 26724b0

Please sign in to comment.