Skip to content

Commit f41742d

Browse files
authored
Contributing docs edit regarding broken URLs (#2889)
1 parent 17703db commit f41742d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/contributing.rst

-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Guidelines
3434
please feel free to raise an `Issue`_ if you would like to work on something
3535
major to ensure efficient collaboration and avoid duplicate effort.
3636
* Create a topic branch from where you want to base your work.
37-
* Check for unnecessary whitespace with ``git diff --check`` before committing.
38-
Please see `formatting`_ and `linting`_ documentation for further commands.
3937
* Make sure you have added tests for your changes.
4038
* Although not required, it is good to sign off commits using ``git commit --signoff``, and agree
4139
that usage of ``--signoff`` constitutes agreement with the terms of `DCO 1.1`_.
@@ -46,8 +44,6 @@ Guidelines
4644

4745
.. _`Issue`: https://github.com/ansible-community/molecule/issues/new/choose
4846
.. _`DCO 1.1`: https://github.com/ansible-community/molecule/blob/master/DCO_1_1.md
49-
.. _formatting: https://molecule.readthedocs.io/en/latest/testing.html#formatting
50-
.. _linting: https://molecule.readthedocs.io/en/latest/testing.html#linting
5147

5248
Code Of Conduct
5349
===============

0 commit comments

Comments
 (0)