Skip to content

Commit cf1a839

Browse files
authored
Update CONTRIBUTING.md
1 parent 804f8a9 commit cf1a839

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@
33
Thanks for your interest in the project!
44

55
Any contribution, project participation and pull request from developers are welcome. Please follow this process:
6-
1. create a new branch (out of the current master branch and with a descriptive name)
7-
2. implement your changes
8-
3. start a pull-request (merge into master branch)
96

10-
1. Clone this repository or fork it. Create a new branch and add your modifications.
11-
2. Remember to add unit tests to verify the desired behavior of the new features or methods.
12-
3. When the first version of the code is ready, create a pull-request to the **development** branch of `iqusoft/intel-qs`.
13-
4. Edits may be required to resolve conflicts since it is possible that the repository has changed while you worked on your new contribution.
7+
* Clone this repository or fork it. Create a new branch and add your modifications.
8+
* Remember to add unit tests to verify the desired behavior of the new features or methods.
9+
* When the first version of the code is ready, create a pull-request to the **development** branch of `iqusoft/intel-qs`.
10+
* Edits may be required to resolve conflicts since it is possible that the repository has changed while you worked on your new contribution.
1411
Please resolve the merge conflicts.
15-
5. Verify that all unit tests, and not only the one added in the contribution, run correctly.
16-
6. The IQS team will help with the revision of the pull-request.
12+
* Verify that all unit tests, and not only the one added in the contribution, run correctly.
13+
* The IQS team will help with the revision of the pull-request.
1714

1815
To facilitate the review consider starting with small contributions (a couple files and ~100 lines).
1916
For contributions that require substantial changes or changes in many files, please contact the IQS team to discuss the most effective strategy.

0 commit comments

Comments
 (0)