Home
last modified time | relevance | path

Searched full:email (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/doc/contribute/
Dguidelines.rst139 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 …]
Dexternal.rst202 via email, the board will meet to discuss whether to override the
Dcontributor_expectations.rst195 help on Discord or send an email to the `Zephyr devel mailing list`_.
/Zephyr-latest/.github/workflows/
Dmanifest.yml24 git config --global user.email "you@example.com"
Dcoding_guidelines.yml39 git config --global user.email "actions@zephyrproject.org"
Dscripts_tests.yml43 git config --global user.email "actions@zephyrproject.org"
Dhello_world_multiplatform.yaml45 git config --global user.email "actions@zephyrproject.org"
Dcompliance.yml30 git config --global user.email "you@example.com"
Dtwister-prep.yaml67 git config --global user.email "bot@zephyrproject.org"
Dclang.yaml61 git config --global user.email "bot@zephyrproject.org"
Dbsim-tests.yaml78 git config --global user.email "bot@zephyrproject.org"
Ddoc-build.yml95 git config --global user.email "actions@zephyrproject.org"
Dtwister.yaml84 git config --global user.email "bot@zephyrproject.org"
/Zephyr-latest/scripts/schemas/
Dpatch-schema.yml38 # The email address of the primary author of the patch, e.g. itsnoteasy@being.gr
39 email:
/Zephyr-latest/cmake/sca/eclair/ECL/
Dout_of_initial_scope.ecl1 -doc_begin="Derived from Flavio Ceolin <flavio.ceolin@intel.com> email of July 23rd, 2021."
/Zephyr-latest/doc/project/
Dworking_groups.rst95 the TSC (via TSC email list) that shall cover at least the following:
108 modification, a request is made to the TSC email list.
Dtsc.rst173 - Should there be any objections raised, the vote will move to email, and be
Drelease_process.rst472 #. 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/
Dapi_lifecycle.rst106 #. 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/
Dreporting.rst9 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/
DCODE_OF_CONDUCT.md34 * Publishing others' private information, such as a physical or email address,
/Zephyr-latest/scripts/west_commands/
Dpatch.py73 email: itsnoteasy@being.gr
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py9 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/
Dcheckpatch.pl2683 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/
Dhost-tools.rst514 A valid email address is needed to receive the downloading link.

12