Skip to content

Commit 1168a40

Browse files
authored
Merge pull request #1475 from ForgottenProgramme/becoming_involved
Improved the 'becoming involved' page
2 parents 05f5628 + a7b93c7 commit 1168a40

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/user/contributing.rst

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

6-
Conda-forge is a community-driven effort of cross-platform packaging and as such 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

8-
We encourage you to contribute in any way you can and would like! You can contribute in many categories such as:
8+
We encourage you to contribute to conda-forge. You can do so in several ways:
99

10-
- Contributing new packages (:ref:`dev_contribute_pkgs`)
11-
- Helping in updating and maintaining packages (:ref:`maintaining_pkgs`)
12-
- Suggesting and implementing improvements for our :ref:`infrastructure`
13-
- Helping to :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 to improve the 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

2929
You can propose quick edits directly through the GitHub website if you have
30-
an account there — for instance, `this link
30+
a GitHub account — for instance, `this link
3131
<https://github.com/conda-forge/conda-forge.github.io/edit/master/src/user/contributing.rst>`_
3232
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
34-
little pencil icon in its top-right that lets you open it up for editing.
34+
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. If you are new to our 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. If you are new to our com
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)