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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## Code
2
2
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).
5
5
6
6
### Setting Up
7
7
@@ -38,7 +38,7 @@ These instructions will update both your local repository and online fork:
38
38
39
39
### Making Changes
40
40
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.
42
42
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
43
43
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.
44
44
@@ -60,16 +60,16 @@ so developers will know what you've been up to. This can be done by commenting o
60
60
61
61
## Github Desktop
62
62
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.
68
68
69
69
70
70
### Pushing Changes
71
71
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.
73
73
74
74
1. Follow the instructions for Updating Your Repository.
0 commit comments