Removed broken link in CONTRIBUTING.rst

This commit is contained in:
alexiadunn 2022-11-30 18:24:01 -06:00
parent 3e3ee1ef13
commit 96e52b6a8f

View file

@ -170,7 +170,7 @@ Start coding
$ git checkout -b your-branch-name origin/main $ git checkout -b your-branch-name origin/main
- Using your favorite editor, make your changes, - Using your favorite editor, make your changes,
`committing as you go`_. committing as you go.
- Include tests that cover any code changes you make. Make sure the - Include tests that cover any code changes you make. Make sure the
test fails without your patch. Run the tests as described below. test fails without your patch. Run the tests as described below.
- Push your commits to your fork on GitHub and - Push your commits to your fork on GitHub and
@ -181,7 +181,6 @@ Start coding
$ git push --set-upstream fork your-branch-name $ git push --set-upstream fork your-branch-name
.. _committing as you go: https://dont-be-afraid-to-commit.readthedocs.io/en/latest/git/commandlinegit.html#commit-your-changes
.. _create a pull request: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request .. _create a pull request: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request