Skip to content

Commit 308251d

Browse files
authored
Proofread CONTRIBUTING.md (#43)
* Reword and proofread CONTRIBUTING.md * Proofread and reword CONTRIBUTING.md some more * Remove extra "for"
1 parent 43730e9 commit 308251d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Code
22

3-
For contributing and adding your code is actually pretty easy, since we use Github for our project
4-
so getting an account is a must for the following steps on how to commit to [Dotto](https://github.com/LibreSprite/Dotto).
3+
Contributing and adding your code is actually pretty easy, since we use Github for our project.
4+
Getting an account is a must if you want to contribute to [Dotto](https://github.com/LibreSprite/Dotto).
55

66
### Setting Up
77

@@ -38,7 +38,7 @@ These instructions will update both your local repository and online fork:
3838

3939
### Making Changes
4040

41-
So you have added a feature or fixed some bugs which were found by you, well good job you can now contribute to the master project. In that case you will need to create a feature branch.
41+
So you have added a feature or fixed some bugs which were found by you, good job! You can now contribute to the master project. In that case you will need to create a feature branch.
4242
This means that you will add your code to the master project and ensure that the master branch is working fine. With that said you might need to add comments in your code a clear title or a description on what you have found / created
4343
so developers will know what you've been up to. This can be done by commenting or creating an issue or pull request here: https://github.com/LibreSprite/Dotto/pulls.
4444

@@ -60,16 +60,16 @@ so developers will know what you've been up to. This can be done by commenting o
6060

6161
## Github Desktop
6262

63-
1. Publish the branch and commit to your fork
64-
2. Go to https://github.com/LibreSprite/Dotto/pulls and create a new pull request
65-
3. Give a detailed title and description of your changes so developers will know what you changed.
66-
4. wait for a response
67-
5. If asked to change something do it then repeat step 1
63+
1. Publish the branch and commit to your fork.
64+
2. Go to https://github.com/LibreSprite/Dotto/pulls and create a new pull request.
65+
3. Give a detailed title and description of your changes so that developers will know what you changed.
66+
4. Wait for a response.
67+
5. If you are asked to change something, change it and repeat step 1.
6868

6969

7070
### Pushing Changes
7171

72-
You are ready for your contribution to be reviewed and merged. There are a few things you can do to make this easier for maintainers to review your code, so please follow all steps.
72+
You are ready for your contribution to be reviewed and merged. There are a few things you can do to make it easier for maintainers to review your code, so please follow all steps.
7373

7474
1. Follow the instructions for Updating Your Repository.
7575

0 commit comments

Comments
 (0)