Home
last modified time | relevance | path

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

12

/Zephyr-latest/doc/contribute/
Dguidelines.rst172 Signed-off-by: Your Name <your.email@example.com>
179 - ``your.email@example.com`` with the same email address you are using to
184 See :ref:`git_setup` for instructions on configuring user and email settings
328 variables ``user.name`` to your full name, and ``user.email`` to your
329 email address.
331 For example, if your name is ``Zephyr Developer`` and your email
337 git config --global user.email "z.developer@example.com"
341 …pseudonym or hacker handle. The email address that you use in your Git configuration must match th…
346 ``email address`` and profile ``name`` also match those used in your git configuration
347 (``user.name`` & ``user.email``).
[all …]
Dexternal.rst202 via email, the board will meet to discuss whether to override the
Dcontributor_expectations.rst254 help on Discord or send an email to the `Zephyr devel mailing list`_.
/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/.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"
Dbsim-tests.yaml78 git config --global user.email "bot@zephyrproject.org"
Ddoc-build.yml59 git config --global user.email "actions@zephyrproject.org"
Dtwister.yaml85 git config --global user.email "bot@zephyrproject.org"
/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/scripts/west_commands/
Dpatch.py83 email: itsnoteasy@being.gr
500 "email": cm.commit.author.email or "hidden@github.com",
517 "email": pr.user.email or "hidden@github.com",
/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/
Dcheckpatch.pl2686 my $email = $4;
2698 "$ucfirst_sign_off $email";
2706 "$ucfirst_sign_off $email";
2715 "$ucfirst_sign_off $email";
2719 my ($email_name, $email_address, $comment) = parse_email($email);
2723 "Unrecognized email address: '$email'\n" . $herecurr);
2728 # Don't force email to have quotes
2730 if ("$dequoted$comment" ne $email &&
2731 "<$email_address>$comment" ne $email &&
2732 "$suggested_email$comment" ne $email) {
[all …]
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py1460 failures.append(f"{shaidx}: author email ({auth_email}) must "
1461 "be a real email and cannot end in "
1470 "Last <email>.")
1472 failures.append(f"{shaidx}: author email ({auth_email}) needs "
/Zephyr-latest/doc/develop/flash_debug/
Dhost-tools.rst514 A valid email address is needed to receive the downloading link.
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h2177 * @brief GATT Characteristic Email Address UUID Value
2181 * @brief GATT Characteristic Email Address

12