diff mbox series

[v2,1/1] README.md: Document IRC

Message ID 20221110145429.8158-1-pvorel@suse.cz
State Accepted
Headers show
Series [v2,1/1] README.md: Document IRC | expand

Commit Message

Petr Vorel Nov. 10, 2022, 2:54 p.m. UTC
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
changes v1->v2
* s/on/at/

Kind regards,
Petr

 README.md | 3 +++
 1 file changed, 3 insertions(+)

Comments

Richard Palethorpe Nov. 14, 2022, 12:05 p.m. UTC | #1
Hello,

Petr Vorel <pvorel@suse.cz> writes:

> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> changes v1->v2
> * s/on/at/
>
> Kind regards,
> Petr
>
>  README.md | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/README.md b/README.md
> index d45d1ee44..89b2640c1 100644
> --- a/README.md
> +++ b/README.md
> @@ -22,6 +22,9 @@ http://lists.linux.it/listinfo/ltp
>  LTP mailing list is archived at:
>  https://lore.kernel.org/ltp/
>  
> +IRC
> +#ltp at https://libera.chat/[irc.libera.chat]

Won't the # make it a top level heading?

https://daringfireball.net/projects/markdown/syntax#header

> +
>  The git repository is located at GitHub at:
>  https://github.com/linux-test-project/ltp
>  
> -- 
> 2.38.0
Petr Vorel Nov. 14, 2022, 1:46 p.m. UTC | #2
Hi Richie,

> Hello,

> Petr Vorel <pvorel@suse.cz> writes:

> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> > changes v1->v2
> > * s/on/at/

> > Kind regards,
> > Petr

> >  README.md | 3 +++
> >  1 file changed, 3 insertions(+)

> > diff --git a/README.md b/README.md
> > index d45d1ee44..89b2640c1 100644
> > --- a/README.md
> > +++ b/README.md
> > @@ -22,6 +22,9 @@ http://lists.linux.it/listinfo/ltp
> >  LTP mailing list is archived at:
> >  https://lore.kernel.org/ltp/

> > +IRC
> > +#ltp at https://libera.chat/[irc.libera.chat]

Hi Richie,

> Won't the # make it a top level heading?
Well, that would be if there was a separate line between those two lines.

> https://daringfireball.net/projects/markdown/syntax#header

Thus this would work. But I put asciidoc syntax (used in our wiki),
instead of markdown.

Therefore the correct syntax for README.md is:

IRC #ltp at: [https://libera.chat/](irc.libera.chat)

Kind regards,
Petr
Richard Palethorpe Nov. 14, 2022, 2:11 p.m. UTC | #3
Hello,

Petr Vorel <pvorel@suse.cz> writes:

> Hi Richie,
>
>> Hello,
>
>> Petr Vorel <pvorel@suse.cz> writes:
>
>> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
>> > ---
>> > changes v1->v2
>> > * s/on/at/
>
>> > Kind regards,
>> > Petr
>
>> >  README.md | 3 +++
>> >  1 file changed, 3 insertions(+)
>
>> > diff --git a/README.md b/README.md
>> > index d45d1ee44..89b2640c1 100644
>> > --- a/README.md
>> > +++ b/README.md
>> > @@ -22,6 +22,9 @@ http://lists.linux.it/listinfo/ltp
>> >  LTP mailing list is archived at:
>> >  https://lore.kernel.org/ltp/
>
>> > +IRC
>> > +#ltp at https://libera.chat/[irc.libera.chat]
>
> Hi Richie,
>
>> Won't the # make it a top level heading?
> Well, that would be if there was a separate line between those two lines.
>
>> https://daringfireball.net/projects/markdown/syntax#header
>
> Thus this would work. But I put asciidoc syntax (used in our wiki),
> instead of markdown.
>
> Therefore the correct syntax for README.md is:
>
> IRC #ltp at: [https://libera.chat/](irc.libera.chat)
>
> Kind regards,
> Petr

Well, either way:

Acked-by: Richard Palethorpe <rpalethorpe@suse.com>
Petr Vorel Nov. 14, 2022, 2:58 p.m. UTC | #4
Hi Richie,

> Hello,

> Petr Vorel <pvorel@suse.cz> writes:

> > Hi Richie,

> >> Hello,

> >> Petr Vorel <pvorel@suse.cz> writes:

> >> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> >> > ---
> >> > changes v1->v2
> >> > * s/on/at/

> >> > Kind regards,
> >> > Petr

> >> >  README.md | 3 +++
> >> >  1 file changed, 3 insertions(+)

> >> > diff --git a/README.md b/README.md
> >> > index d45d1ee44..89b2640c1 100644
> >> > --- a/README.md
> >> > +++ b/README.md
> >> > @@ -22,6 +22,9 @@ http://lists.linux.it/listinfo/ltp
> >> >  LTP mailing list is archived at:
> >> >  https://lore.kernel.org/ltp/

> >> > +IRC
> >> > +#ltp at https://libera.chat/[irc.libera.chat]

> > Hi Richie,

> >> Won't the # make it a top level heading?
> > Well, that would be if there was a separate line between those two lines.

> >> https://daringfireball.net/projects/markdown/syntax#header

> > Thus this would work. But I put asciidoc syntax (used in our wiki),
> > instead of markdown.

> > Therefore the correct syntax for README.md is:

> > IRC #ltp at: [https://libera.chat/](irc.libera.chat)
Actually URL must be: [irc.libera.chat](https://libera.chat/)

> > Kind regards,
> > Petr

> Well, either way:

> Acked-by: Richard Palethorpe <rpalethorpe@suse.com>

Thanks a lot, merged.

Kind regards,
Petr
diff mbox series

Patch

diff --git a/README.md b/README.md
index d45d1ee44..89b2640c1 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,9 @@  http://lists.linux.it/listinfo/ltp
 LTP mailing list is archived at:
 https://lore.kernel.org/ltp/
 
+IRC
+#ltp at https://libera.chat/[irc.libera.chat]
+
 The git repository is located at GitHub at:
 https://github.com/linux-test-project/ltp