<div dir="auto">Yay!!!<div dir="auto">Thanks for the feedback. Will try building the docs.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 16 Mar 2021, 8:08 pm Gedare Bloom, <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Ida,<br>
<br>
I have built and checked the output, it looks good but I did make a<br>
tiny change to remove HEAD^ with ... to be a bit non-specific, and<br>
fixed a typo in your commit message. I would however like you to<br>
confirm that you can build the docs :) as your next step, it is best<br>
to confirm that patches you send build properly. Pull the updated repo<br>
and build it to confirm you see your change properly made.<br>
<br>
When I applied this patch, I got<br>
warning: 2 lines add whitespace errors.<br>
I have fixed those two lines where there was a whitespace character at<br>
the end of the line. Although that is not such a big deal in the docs,<br>
we prefer to avoid those trailing spaces in code. Keep that in mind.<br>
Maybe someday we'll have a proper style checker to help ;)<br>
<br>
Congratulations on your first contribution :)<br>
<br>
Gedare<br>
<br>
On Tue, Mar 16, 2021 at 12:31 PM Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank" rel="noreferrer">idadelm@gmail.com</a>> wrote:<br>
><br>
> From: Meh Mbeh Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank" rel="noreferrer">idadelm@gmail.com</a>><br>
><br>
> Added instructions on how to set up a patch messahe with a repo name.<br>
><br>
> Author:    Meh Mbeh Ida Delphine <<a href="mailto:idadelm@gmail.com" target="_blank" rel="noreferrer">idadelm@gmail.com</a>><br>
> Date:      Tue Mar 16 19:11:23 2021 +0100<br>
> ---<br>
>  eng/vc-users.rst | 8 ++++++++<br>
>  1 file changed, 8 insertions(+)<br>
><br>
> diff --git a/eng/vc-users.rst b/eng/vc-users.rst<br>
> index 31de516..772019e 100644<br>
> --- a/eng/vc-users.rst<br>
> +++ b/eng/vc-users.rst<br>
> @@ -458,6 +458,14 @@ specify a version number for your patch, for example, use<br>
><br>
>  to indicate the second version of a patch, ``-v3`` for a third, and so forth.<br>
><br>
> +Also, in order to create a patch specifying the repo name in the patch message,<br>
> +you should use the``--subject-prefix`` flag. For example, if contributing to<br>
> +the rtems-docs repo, use<br>
> +<br>
> +.. code-block:: shell<br>
> +<br>
> +  git format-patch HEAD^ --subject-prefix="PATCH rtems-docs"<br>
> +<br>
>  Patches created using ``git format-patch`` are formatted so they can be emailed<br>
>  and rely on having Git configured with your name and email address, for example<br>
><br>
> --<br>
> 2.25.1<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>