You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,6 @@ Ready to contribute? Here's how to set up ``xncml`` for local development.
175
175
176
176
#. Once your Pull Request has been accepted and merged to the `main` branch, several automated workflows will be triggered:
177
177
178
-
- The ``bump-version.yml`` workflow will automatically bump the patch version when pull requests are pushed to the `main` branch on GitHub. **It is not recommended to manually bump the version in your branch when merging (non-release) pull requests (this will cause the version to be bumped twice).**
179
178
- `ReadTheDocs` will automatically build the documentation and publish it to the `latest` branch of `xncml` documentation website.
180
179
- If your branch is not a fork (i.e. you are a maintainer), your branch will be automatically deleted.
181
180
@@ -217,7 +216,7 @@ To run specific code style checks:
217
216
python -m flake8 src/xncml tests
218
217
python -m numpydoc lint src/xncml/**.py
219
218
220
-
To get ``ruff``, ``flake8`` (with the ``flake8-rst-docstrings`` plugin), and `numpydoc` simply install them with ``pip`` into your environment.
219
+
To get ``ruff``, ``flake8`` (with the ``flake8-rst-docstrings`` plugin), and ``numpydoc`` simply install them with ``pip`` into your environment.
0 commit comments