Skip to content

Commit a7b93c7

Browse files
Update contributing.rst
1 parent 0bcc9d8 commit a7b93c7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/user/contributing.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@
33
Becoming involved
44
*****************
55

6-
Conda-forge is a community-driven effort of cross-platform packaging and relies on volunteers to sustain and improve.
6+
conda-forge is a community-driven effort of cross-platform packaging and relies on volunteers to sustain and improve.
77

88
We encourage you to contribute to conda-forge. You can do so in several ways:
99

10-
- Contribute new packages (:ref:`dev_contribute_pkgs`)
11-
- Help update and maintain packages (:ref:`maintaining_pkgs`)
12-
- Suggest or implement improvements for our :ref:`infrastructure`
13-
- Help :ref:`improve_docs`
10+
- `Contribute new packages <https://conda-forge.org/docs/maintainer/adding_pkgs.html>`_.
11+
- Help update and `maintain packages <https://conda-forge.org/docs/maintainer/updating_pkgs.html#maintaining-pkgs>`_.
12+
- Suggest or implement improvements for our `infrastructure <https://conda-forge.org/docs/maintainer/infrastructure.html#infrastructure>`_.
13+
- Help `improve the documentation <https://conda-forge.org/docs/user/contributing.html#improve-docs>`_.
1414

1515

1616
.. _improve_docs:
1717

1818
Improve the documentation
1919
===========================
2020

21-
You can help improve the conda-forge documentation. It is version-controlled in the
21+
The ``conda-forge`` documentation is version-controlled in the
2222
`conda-forge.github.io repository
2323
<https://github.com/conda-forge/conda-forge.github.io>`_ on GitHub. The source
24-
text is stored there in `the src/ subdirectory
25-
<https://github.com/conda-forge/conda-forge.github.io/tree/master/src>`_ and
24+
text is stored in `the src/ subdirectory
25+
<https://github.com/conda-forge/conda-forge.github.io/tree/master/src>`_ of this repository and
2626
is formatted using Python’s `reStructuredText
2727
<http://docutils.sourceforge.net/rst.html>`_ system.
2828

@@ -33,11 +33,11 @@ will take you directly to a web-based editor for this very webpage. In
3333
general, the file corresponding to each page in the GitHub browser has a
3434
little pencil icon in its top-right corner that lets you open it up for editing.
3535

36-
We are glad to know that you would like to contribute to the conda-forge documentation. If you are new to the conda-forge community, follow the steps below to make your first contribution:
36+
We are glad to know that you would like to contribute to the ``conda-forge`` documentation. If you are new to the conda-forge community, follow the steps below to make your first contribution:
3737

3838
1. `Fork <https://help.github.com/articles/fork-a-repo/>`_ the
3939
`conda-forge.github.io repository
40-
<https://github.com/conda-forge/conda-forge.github.io>`_ to your own GitHub user account.
40+
<https://github.com/conda-forge/conda-forge.github.io>`_.
4141
2. `Clone <https://help.github.com/articles/cloning-a-repository/>`_ this fork onto your computer.
4242
3. `Check out
4343
<https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging>`_
@@ -48,4 +48,4 @@ We are glad to know that you would like to contribute to the conda-forge documen
4848
5. Submit a `pull request
4949
<https://help.github.com/articles/about-pull-requests/>`_ to the main repository proposing your changes.
5050

51-
Happy editing!
51+
Happy contributing!

0 commit comments

Comments
 (0)