Searched full:email (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 139 Signed-off-by: Your Name <your.email@example.com> 146 - ``your.email@example.com`` with the same email address you are using to 151 See :ref:`git_setup` for instructions on configuring user and email settings 343 variables ``user.name`` to your full name, and ``user.email`` to your 344 email address. 346 For example, if your name is ``Zephyr Developer`` and your email 352 git config --global user.email "z.developer@example.com" 356 …pseudonym or hacker handle. The email address that you use in your Git configuration must match th… 361 ``email address`` and profile ``name`` also match those used in your git configuration 362 (``user.name`` & ``user.email``). [all …]
|
D | external.rst | 202 via email, the board will meet to discuss whether to override the
|
D | contributor_expectations.rst | 195 help on Discord or send an email to the `Zephyr devel mailing list`_.
|
/Zephyr-latest/.github/workflows/ |
D | manifest.yml | 24 git config --global user.email "you@example.com"
|
D | coding_guidelines.yml | 39 git config --global user.email "actions@zephyrproject.org"
|
D | scripts_tests.yml | 43 git config --global user.email "actions@zephyrproject.org"
|
D | hello_world_multiplatform.yaml | 45 git config --global user.email "actions@zephyrproject.org"
|
D | compliance.yml | 30 git config --global user.email "you@example.com"
|
D | twister-prep.yaml | 67 git config --global user.email "bot@zephyrproject.org"
|
D | clang.yaml | 61 git config --global user.email "bot@zephyrproject.org"
|
D | bsim-tests.yaml | 78 git config --global user.email "bot@zephyrproject.org"
|
D | doc-build.yml | 95 git config --global user.email "actions@zephyrproject.org"
|
D | twister.yaml | 84 git config --global user.email "bot@zephyrproject.org"
|
/Zephyr-latest/scripts/schemas/ |
D | patch-schema.yml | 38 # The email address of the primary author of the patch, e.g. itsnoteasy@being.gr 39 email:
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | out_of_initial_scope.ecl | 1 -doc_begin="Derived from Flavio Ceolin <flavio.ceolin@intel.com> email of July 23rd, 2021."
|
/Zephyr-latest/doc/project/ |
D | working_groups.rst | 95 the TSC (via TSC email list) that shall cover at least the following: 108 modification, a request is made to the TSC email list.
|
D | tsc.rst | 173 - Should there be any objections raised, the vote will move to email, and be
|
D | release_process.rst | 472 #. Send an email to the mailing lists (``announce`` and ``devel``) 517 #. Send an email to the mailing lists (``announce`` and ``devel``) with a link
|
/Zephyr-latest/doc/develop/api/ |
D | api_lifecycle.rst | 106 #. An email must be sent to the ``devel`` mailing list announcing the API 159 #. An email must be sent to the ``devel`` mailing list with a subject identical 197 If the Pull Request is merged then an email must be sent to the ``devel`` and
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 9 Vulnerabilities to the Zephyr project may be reported via email to the 54 response to an email, the issue shall be transitioned directly to
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 34 * Publishing others' private information, such as a physical or email address,
|
/Zephyr-latest/scripts/west_commands/ |
D | patch.py | 73 email: itsnoteasy@being.gr
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 9 from email.utils import parseaddr 1342 error1 = f"{sha}: author email ({author}) needs to match one of " \ 1344 error2 = f"{sha}: author email ({author}) does not follow the " \ 1345 f"syntax: First Last <email>." 1346 error3 = f"{sha}: author email ({author}) must be a real email " \
|
/Zephyr-latest/scripts/ |
D | checkpatch.pl | 2683 my $email = $4; 2695 "$ucfirst_sign_off $email"; 2703 "$ucfirst_sign_off $email"; 2712 "$ucfirst_sign_off $email"; 2716 my ($email_name, $email_address, $comment) = parse_email($email); 2720 "Unrecognized email address: '$email'\n" . $herecurr); 2725 # Don't force email to have quotes 2727 if ("$dequoted$comment" ne $email && 2728 "<$email_address>$comment" ne $email && 2729 "$suggested_email$comment" ne $email) { [all …]
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | host-tools.rst | 514 A valid email address is needed to receive the downloading link.
|
12