Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ For merging, you should:
3. Add a file in ``changelog.d/`` describing the changes. The filename should be ``{id}.{type}.rst``, where ``{id}`` is the number of the GitHub issue or pull request and ``{type}`` is one of ``breaking`` (for breaking changes), ``deprecation`` (for deprecations), or ``change`` (for non-breaking changes). For example, to add a new feature requested in GitHub issue #1234, add a file called ``changelog.d/1234.change.rst`` describing the change.
4. Add yourself to ``AUTHORS.rst``.

.. [1] If you don't have all the necessary python versions available locally you can rely on Travis - it will
`run the tests <https://travis-ci.org/python-desert/desert/pull_requests>`_ for each change you add in the pull request.
.. [1] If you don't have all the necessary python versions available locally you can rely on GitHub Actions - it will
`run the tests <https://github.com/python-desert/desert/actions>`_ for each change you add in the pull request.

It will be slower though ...

Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Desert: DRY deserialization
* - code
- | |latest-commit|
* - tests
- | |travis|
- | |actions|
| |codecov|
* - package
- | |version|
Expand All @@ -26,9 +26,9 @@ Desert: DRY deserialization
:alt: Documentation Status


.. |travis| image:: https://img.shields.io/travis/com/python-desert/desert/master
:alt: Travis-CI Build Status
:target: https://travis-ci.com/python-desert/desert
.. |actions| image:: https://github.com/python-desert/desert/actions/workflows/ci.yml/badge.svg?branch=main
:alt: GitHub Actions Build Status
:target: https://github.com/python-desert/desert/actions?query=branch%3Amain

.. |codecov| image:: https://codecov.io/github/python-desert/desert/coverage.svg?branch=master
:alt: Coverage Status
Expand Down