Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/community/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ There are many ways that you can contribute to Parcels. You can:
- Suggest improvements to `documentation <../index.rst>`_
- Write code (fix bugs, implement features, codebase improvements, etc)

All of these require you to make an account on GitHub, so that should be your first step.
All of these require you to [make an account on GitHub](https://github.com/signup), so that should be your first step.

If you want to suggest quick edits to the documentation, it's as easy as going to the page and clicking "Edit on GitHub" in the righthand panel. For other changes, it's a matter of looking through the `issue tracker <https://github.com/OceanParcels/parcels/issues>`_ which documents tasks that are being considered. Pay particular attention to `issues tagged with "good first issue" <https://github.com/OceanParcels/parcels/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>`_, as these are tasks that don't require deep familiarity with the codebase. Once you've chosen an issue you would like to contribute towards, comment on it to flag your interest in working on it. This allows the community to know who's interested, and provide any guidance in its implementation (maybe the scope has changed since the issue was last updated).

Expand All @@ -67,7 +67,7 @@ Environment setup

To get started contributing to Parcels:

**Step 1:** `Install Pixi <https://pixi.sh/latest/>`_.
**Step 1:** `Install Pixi <https://pixi.sh/latest/installation/>`_.

**Step 2:** `Fork the repository <https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo#forking-a-repository>`_

Expand Down