-
Notifications
You must be signed in to change notification settings - Fork 74
Contribute
giangiac edited this page Aug 20, 2020
·
9 revisions
Process to contribute.
(it may be updated in the near future)
- Clone this repository or fork it. Create a new branch and add your modifications.
- Remember to add unit tests to verify the desired behavior of the new features or methods.
- When the first version of the code is ready, create a pull-request to the development branch of
iqusoft/intel-qs
. - Edits may be required to resolve conflicts since it is possible that the repository has changed while you worked on your new contribution. Please resolve the merge conflicts.
- Verify that all unit tests, and not only the one added in the contribution, run correctly.
- The IQS team will help with the revision of the pull-request.
To facilitate the review consider starting with small contributions (a couple files and ~100 lines).
For contributions that require substantial changes or changes in many files, please contact the IQS team to discuss the most effective strategy.