@@ -25,7 +25,7 @@ We love contributions from everyone.
2525Either by opening a feature request describing your proposed changes before submitting code, or by contacting us on
2626one of the other [ feedback channels] ( #feedback-speech_balloon ) .
2727
28- Since this library is being used in integration drivers running on the embedded Remote Two device ,
28+ Since this library is being used in integration drivers running on the embedded UC Remote devices ,
2929we have to make sure it remains compatible with the embedded runtime environment and runs smoothly.
3030
3131Submitting pull requests for typos, formatting issues etc. are happily accepted and usually approved relatively quick.
@@ -36,7 +36,8 @@ With that out of the way, here's the process of creating a pull request and maki
3636
37371 . Fork the repo.
3838
39- 2 . Make your changes or enhancements (preferably on a feature-branch).
39+ 2 . Make your changes or enhancements.
40+ This should be done in a dedicated branch and not on the main branch to easily submit individual pull requests.
4041
4142 Contributed code must be licensed under the [ Mozilla Public License 2.0] ( https://choosealicense.com/licenses/mpl-2.0/ ) ,
4243 or a compatible license, if existing parts of other projects are reused (e.g. MIT licensed code).
@@ -53,13 +54,16 @@ With that out of the way, here's the process of creating a pull request and maki
5354
54553. Make sure your changes follow the project's code style and the lints pass described in [Code Style](docs/code_guidelines.md).
5556
56- 4. Push to your fork.
57+ 4. Push to your fork.
58+ Do not include any project configuration changes in the `.idea` folder! If you are also using an IntelliJ product,
59+ chances are that you're using a different IDE, version or other settings, which can cause issues.
60+ For example, between IntelliJ Ultimate and PyCharm.
5761
58625. Submit a pull request.
5963
6064At this point we will review the PR and give constructive feedback.
6165This is a time for discussion and improvements, and making the necessary changes will be required before we can
62- merge the contribution.
66+ merge the contribution. Furthermore, all the automated checks must pass, otherwise the pull request will not be merged.
6367
6468### Feedback :speech_balloon:
6569
0 commit comments