Skip to content

Commit

Permalink
Merge e0e2a27 into 552808d
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr authored Feb 2, 2022
2 parents 552808d + e0e2a27 commit 9ce4c67
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
28 changes: 16 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

## Changes

Expand All @@ -10,21 +10,25 @@ This PR has the objective of...

## Checklist

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

* [ ] Code
* [ ] Source Code rules apply:
* [ ] 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
* [ ] 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:
* [ ] Tested locally using `tox` / `pytest`
* [ ] 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:
* [ ] Just a proof of concept
* [ ] Work in progress / Further changes needed
* [ ] Ready to review
* [ ] Ready to merge
9 changes: 5 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ loading tables of data.
See also `petlx <https://github.com/alimanfoo/petlx>`_, a library of
extension modules for ``petl``.

.. image:: https://travis-ci.org/petl-developers/petl.svg?branch=master
:target: https://travis-ci.org/petl-developers/petl
.. image:: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml/badge.svg
:target: https://github.com/petl-developers/petl/actions/workflows/test-changes.yml
:alt: continuous integration build status

.. image:: https://ci.appveyor.com/api/projects/status/nttbwesq6p4bd5qr?svg=true
:target: https://ci.appveyor.com/project/petl-developers/petl
.. image:: https://github.com/petl-developers/petl/actions/workflows/publish-release.yml/badge.svg
:target: https://github.com/petl-developers/petl/actions/workflows/publish-release.yml
:alt: continuous delivery release status

.. image:: https://readthedocs.org/projects/petl/badge/?version=stable
:target: http://petl.readthedocs.io/en/stable/?badge=stable
Expand Down

0 comments on commit 9ce4c67

Please sign in to comment.