Update CONTRIBUTING.md
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -4,17 +4,17 @@ | ... | @@ -4,17 +4,17 @@ |
4 | 4 | ||
5 | Please create an account (it's free) and create your own personal fork of the project first | 5 | Please create an account (it's free) and create your own personal fork of the project first |
6 | 6 | ||
7 | ## 2. Checkout your own fork | 7 | ## 2. Clone your own fork |
8 | 8 | ||
9 | Checkout your personal fork and modify the features/functions or add new ones. | 9 | Checkout your personal fork and modify the features/functions or add new ones. |
10 | 10 | ||
11 | ## 3. Commit your code | 11 | ## 3. Commit your code |
12 | 12 | ||
13 | Test your code in the experimental instance of VS and do a real deploy and test it under load. | 13 | Test your code in the experimental instance of VS and do a real deploy and test it under load. |
14 | Commit in your bug free tested code. | 14 | Commit your bug free tested code. |
15 | Create a new Branch and give it a nice name indicating your contribution. | 15 | Create a new Branch and give it a nice name indicating your contribution. |
16 | Don't forget to add yourself as a Contributor and add your copyright notices as you seem fit. Remeber, you are not allowed to remove any copyrights or contributors, you are only allowed to add yourself as a contributor and only allowed copyrights on the original code that you write. | 16 | Don't forget to add yourself as a Contributor and add your copyright notices as you seem fit. Remember, you are not allowed to remove any copyrights or contributors, you are only allowed to add yourself as a contributor and only allowed copyrights on the original code that you write. |
17 | If you add code from other contributors or copyright holders, don't forget to add them as well. | 17 | If you add code from other contributors or copyright holders, don't forget to add them and their copyright notices where applicable as well. |
18 | 18 | ||
19 | ## 4. Create a Merge Request | 19 | ## 4. Create a Merge Request |
20 | 20 | ||
... | @@ -23,7 +23,7 @@ Take a break and be a proud contributor. | ... | @@ -23,7 +23,7 @@ Take a break and be a proud contributor. |
23 | 23 | ||
24 | ## 5. Check your emails | 24 | ## 5. Check your emails |
25 | 25 | ||
26 | In case the maintainer of the original project has questions or found problems. | 26 | In case the maintainer of the original project has questions, comments or found problems with your code. |
27 | If not, and your contribution is accepted, your code will be merged into the master project and you will live a happier life. | 27 | If not, and your contribution is accepted, your code will be merged into the master project and you will live a happier life. |
28 | 28 | ||
29 | # Note on License | 29 | # Note on License | ... | ... |
-
Please register or sign in to post a comment