Skip to content

Commit d5e5ac4

Browse files
authored
Update contributing.rst
Removing double space and grammatical errors.
1 parent f6ca08d commit d5e5ac4

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/user/contributing.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Conda-forge is a community-driven effort of cross-platform packaging and as such
88
We encourage you to contribute in any way you can and would like! You can contribute in many categories such as:
99

1010
- Contributing new packages (:ref:`dev_contribute_pkgs`)
11-
- Help updating and maintaining packages (:ref:`maintaining_pkgs`)
12-
- Suggesting and implementing improvements for our :ref:`infrastructure`
11+
- Help in updating and maintaining packages (:ref:`maintaining_pkgs`)
12+
- Suggesting and implementing improvements for our:ref:`infrastructure`
1313
- Help :ref:`improve_docs`
1414

1515

@@ -18,15 +18,15 @@ We encourage you to contribute in any way you can and would like! You can contri
1818
Improve the documentation
1919
===========================
2020

21-
You can help improving the documentation! It is version-controlled in the
21+
You can help to improve the documentation! It 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
2424
text is stored there in `the src/ subdirectory
2525
<https://github.com/conda-forge/conda-forge.github.io/tree/master/src>`_ and
2626
is formatted using Python’s `reStructuredText
2727
<http://docutils.sourceforge.net/rst.html>`_ system.
2828

29-
You can propose quick edits directly through the GitHub website, if you have
29+
You can propose quick edits directly through the GitHub website if you have
3030
an account there — 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
@@ -37,18 +37,15 @@ We are glad to know that you would like to contribute. If you are new to our com
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
41-
user account.
42-
2. `Clone <https://help.github.com/articles/cloning-a-repository/>`_ that fork
43-
onto your computer.
40+
<https://github.com/conda-forge/conda-forge.github.io>`_ to your own GitHub user account.
41+
2. `Clone <https://help.github.com/articles/cloning-a-repository/>`_ that fork onto your computer.
4442
3. `Check out
4543
<https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging>`_
4644
a new branch deriving from ``master`` to do your work.
4745
4. Make and `commit
4846
<https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository>`_
4947
your changes.
5048
5. Submit a `pull request
51-
<https://help.github.com/articles/about-pull-requests/>`_ to the main
52-
repository proposing your changes.
49+
<https://help.github.com/articles/about-pull-requests/>`_ to the main repository proposing your changes.
5350

5451
Happy editing!

0 commit comments

Comments
 (0)