Lines Matching refs:to
4 … contribution. You could freely choose to either raise a GitHub issue or contributing your code ch…
17 All contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md). Please make sure…
34 …to adopt DCO process to encourage user contribution and avoid legally ambiguous situation. The DCO…
43 Everyone is permitted to copy and distribute verbatim copies of this
48 By making a contribution to this project, I certify that:
51 have the right to submit it under the open source license
54 (b) The contribution is based upon previous work that, to the best
56 license and I have the right under that license to submit that
59 permitted to submit under a different license), as indicated
62 (c) The contribution was provided directly to me by some other
77 Open Git bash to execute below commands for adding sign-off.
81 …If you are willing to configure user name and email address for every repository on you computer, …
86 else if you only want to set the configuration in current single repository, use:
91 * Add sign-off to commit message
93 …`git commit -s ``` to commit your message, sign-off will be automatically added to your commit mes…
96 …ing sign-off when you Commit change directly using GitHub Web UI. You need to manually add sign-of…
102 | DCO check will be done automatically to your pull requests. If there's sign-off mismatch issue in…
109 1. Add braces to every if, else, do, while, for and switch body, even for single-line code blocks.
120 …ubject line. A suggest subject line length limits to 72 characters and uses imperative mood. If it…
121 * Add a newline to separate subject line and description body.
135 …an issue to report bugs only, if you are requesting new feature, please check the [Contributing Ne…
138 * **Rebase your code base to latest main branch to see if the issue still exists**, the issue could…
140 * **Search existing GitHub issues to see if it has already been reported**, the same issue could be…
142 …w/choose), please follow the template to describe your issue, explain the problem and include addi…
146 If you want to contribute your code back to our project, need to follow the pull-request flow. Know…
150 | If you want to contribute new features, please make sure the new features are communicated follow…
152 1. Click ‘Fork’ on our GitHub project, create a forked repo to your personal GitHub account. eg. ``…
153 2. Clone your forked repo to local repository. ```git clone https://github.com/yourname/mcux-sdk.gi…
158 4. Add new remote ```nxp``` in the repository to be able to get latest code base in ```NXPMicro/mcu…
162 …n, the branch should be check out from the origin branch you want to contribute back to. eg. nxp/m…
172 7. Push your local branch to your remote github repo.
176 …to your forked repo on GitHub and click on the Compare & pull request button for the branch you ju…
178 …to update pull-request to incorporate all suggested changes in review comments, **although it's no…
182 …to contribute new components, please send an email to [project maintainer](susan.su@nxp.com) to co…