@@ -8,8 +8,8 @@ Conda-forge is a community-driven effort of cross-platform packaging and as such
8
8
We encourage you to contribute in any way you can and would like! You can contribute in many categories such as:
9
9
10
10
- 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 `
13
13
- Help :ref: `improve_docs `
14
14
15
15
@@ -18,15 +18,15 @@ We encourage you to contribute in any way you can and would like! You can contri
18
18
Improve the documentation
19
19
===========================
20
20
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
22
22
`conda-forge.github.io repository
23
23
<https://github.com/conda-forge/conda-forge.github.io> `_ on GitHub. The source
24
24
text is stored there in `the src/ subdirectory
25
25
<https://github.com/conda-forge/conda-forge.github.io/tree/master/src> `_ and
26
26
is formatted using Python’s `reStructuredText
27
27
<http://docutils.sourceforge.net/rst.html> `_ system.
28
28
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
30
30
an account there — for instance, `this link
31
31
<https://github.com/conda-forge/conda-forge.github.io/edit/master/src/user/contributing.rst> `_
32
32
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
37
37
38
38
1. `Fork <https://help.github.com/articles/fork-a-repo/ >`_ the
39
39
`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.
44
42
3. `Check out
45
43
<https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging> `_
46
44
a new branch deriving from ``master `` to do your work.
47
45
4. Make and `commit
48
46
<https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository> `_
49
47
your changes.
50
48
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.
53
50
54
51
Happy editing!
0 commit comments