Skip to content

Commit 5e3667f

Browse files
committed
revise the text
1 parent 4ef064f commit 5e3667f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ There are many ways to contribute:
1919
* If you do not have a [GitHub][github] account,
2020
you can [send us comments by email][email].
2121
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.
2323

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],
2725
which can be viewed at the [tutorial site][tutorial-site].
2826
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
3128
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.
3430
There are several templates to make an issue:
3531
* for asking a question, please use [Question and answer][issues]
3632
* for reporting a bug, please use [Bug reports][issues]
@@ -40,7 +36,7 @@ There are several templates to make an issue:
4036
* If you would like to add what is already discussed in an issue,
4137
you can submit a [pull request][PR].
4238
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.
4440
The [maintainers][tutorial-maintainers] have final say over what gets merged into the tutorial.
4541

4642
## Tutorial guidelines
@@ -66,7 +62,7 @@ Each lesson is made up of episodes, which are focused on a particular topic and
6662
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].
6763
We recommend using a linter to check errors in Markdown files.
6864
For example, a [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) can be installed as an extension in ``Visual Studio Code``.
69-
Alternatively, it can installed with:
65+
Alternatively, a linter can be installed with:
7066

7167
```bash
7268
gem install mdl

0 commit comments

Comments
 (0)