|
3 | 3 | Thanks for your interest in the project! |
4 | 4 |
|
5 | 5 | 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) |
9 | 6 |
|
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. |
14 | 11 | 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. |
17 | 14 |
|
18 | 15 | To facilitate the review consider starting with small contributions (a couple files and ~100 lines). |
19 | 16 | 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