clarify targets of contribution guidelines
Commit Message
Make clear that the short guide is enough to start,
and regular contributors are expected to dig more.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
content/contribute/_index.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
Comments
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Sunday, June 26, 2022 11:40 AM
> To: web@dpdk.org
> Subject: [PATCH] clarify targets of contribution guidelines
>
> Make clear that the short guide is enough to start, and regular
> contributors are expected to dig more.
>
> ...
>
> +Following instructions should be enough to start contributing.
> +Regular contributors should read the full [contribution
> +guidelines](//doc.dpdk.org/guides/contributing/patches.html).
Slightly better would be: The following instructions should be ...
Apart from that:
Acked-by: John McNamara <john.mcnamara@intel.com>
26/06/2022 13:40, Mcnamara, John:
> From: Thomas Monjalon <thomas@monjalon.net>
> >
> > Make clear that the short guide is enough to start, and regular
> > contributors are expected to dig more.
> >
> > ...
> >
> > +Following instructions should be enough to start contributing.
> > +Regular contributors should read the full [contribution
> > +guidelines](//doc.dpdk.org/guides/contributing/patches.html).
>
> Slightly better would be: The following instructions should be ...
Updated, thanks.
> Apart from that:
>
> Acked-by: John McNamara <john.mcnamara@intel.com>
Applied
@@ -40,7 +40,11 @@ The source code can be [browsed online](//git.dpdk.org/dpdk/tree/).
## Contribute by sending patches {#send}
---
-{{% alert theme="info" %}}Following lines are a snippet of [contribution guidelines](//doc.dpdk.org/guides/contributing/patches.html).{{% /alert %}}
+{{% alert theme="info" %}}
+Following instructions should be enough to start contributing.
+Regular contributors should read the full
+[contribution guidelines](//doc.dpdk.org/guides/contributing/patches.html).
+{{% /alert %}}
Patches should be sent and reviewed via the [mailing list](//mails.dpdk.org/archives/dev).
Be sure [to be registered](//mails.dpdk.org/listinfo/dev).