From 96e52b6a8f2456a9b29d29f4d208f80f67294c18 Mon Sep 17 00:00:00 2001 From: alexiadunn <63380512+alexiadunn@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:24:01 -0600 Subject: [PATCH] Removed broken link in CONTRIBUTING.rst --- CONTRIBUTING.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ae74cfe5..3773d15a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -170,7 +170,7 @@ Start coding $ git checkout -b your-branch-name origin/main - 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 test fails without your patch. Run the tests as described below. - Push your commits to your fork on GitHub and @@ -181,7 +181,6 @@ Start coding $ 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