You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,14 @@ There are many ways to contribute:
19
19
* If you do not have a [GitHub][github] account,
20
20
you can [send us comments by email][email].
21
21
However,
22
-
we will be able to respond more quickly if you use one of the other methods described below.
22
+
we will be able to respond more quickly when you use one of the other methods described below.
23
23
24
-
* If you have a [GitHub][github] account,
25
-
or are willing to [create one][github-join],
26
-
please work in this [repository][tutorial-repo],
24
+
* If you have a [GitHub][github] account, work in this [repository][tutorial-repo],
27
25
which can be viewed at the [tutorial site][tutorial-site].
28
26
You can ask your questions, report problems or suggest improvements by [creating an issue][issues].
29
-
This is the easiest way to tell us about your ideas,
30
-
and a good way to introduce yourself
27
+
This is the easiest way to tell us about your ideas, and a good way to introduce yourself
31
28
and to meet some of our community members.
32
-
This allows us to assign the item to someone
33
-
and to respond to it in a threaded discussion.
29
+
This allows us to assign the item to someone and to respond to it in a threaded discussion.
34
30
There are several templates to make an issue:
35
31
* for asking a question, please use [Question and answer][issues]
36
32
* for reporting a bug, please use [Bug reports][issues]
@@ -40,7 +36,7 @@ There are several templates to make an issue:
40
36
* If you would like to add what is already discussed in an issue,
41
37
you can submit a [pull request][PR].
42
38
To do so, you can make use of the [pull request checklist][PR].
43
-
The reviewers are community volunteers who provide feedback.
39
+
Each pull request is reviewed at least by one reviewer who is a community volunteer and provides feedback.
44
40
The [maintainers][tutorial-maintainers] have final say over what gets merged into the tutorial.
45
41
46
42
## Tutorial guidelines
@@ -66,7 +62,7 @@ Each lesson is made up of episodes, which are focused on a particular topic and
66
62
Episodes files are [Markdown](https://en.wikipedia.org/wiki/Markdown) files. If you are making a new episode or contributing to existing ones, please make sure the content conforms to the [Carpentries lesson formatting][swc-lesson-formatting].
67
63
We recommend using a linter to check errors in Markdown files.
68
64
For example, a [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) can be installed as an extension in ``Visual Studio Code``.
0 commit comments