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: doc/source/getting_started/Contributing.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Steps to Contribute
58
58
2) Either by cloning to your local system or working in `GitHub Codespaces <https://github.com/features/codespaces>`_, create a work environment to make your changes.
59
59
3) Add your fork as the ``origin`` remote and the original project repository as the ``upstream`` remote. While this step isn't a necessary, it allows you to keep your fork up to date in the future.
60
60
4) Create a new branch to do your work.
61
-
5) Make your changes on the new branch and add yourself to the list of project `contributors <https://github.com/tsutterley/gravity-toolkit/blob/main/CONTRIBUTORS.rst>`_.
61
+
5) Make your changes on the new branch and add yourself to the list of project `contributors <https://github.com/tsutterley/gravity-toolkit/blob/main/CONTRIBUTORS.md>`_.
62
62
6) Push your work to GitHub under your fork of the project.
63
63
7) Submit a `Pull Request <https://github.com/tsutterley/gravity-toolkit/pulls>`_ from your forked branch to the project repository.
0 commit comments