diff mbox series

[v2,alsa-lib] README: add patch submission instructions

Message ID 20200815173554.39173-1-tanuk@iki.fi (mailing list archive)
State New, archived
Headers show
Series [v2,alsa-lib] README: add patch submission instructions | expand

Commit Message

Tanu Kaskinen Aug. 15, 2020, 5:35 p.m. UTC
Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
---

v2:
 - fixed Markdown syntax: changed ' to `
 - added Signed-off-by

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

Comments

Takashi Iwai Aug. 16, 2020, 7:36 a.m. UTC | #1
On Sat, 15 Aug 2020 19:35:55 +0200,
Tanu Kaskinen wrote:
> 
> Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
> ---
> 
> v2:
>  - fixed Markdown syntax: changed ' to `
>  - added Signed-off-by

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/README.md b/README.md
index 3cd122d5..56af78d0 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,14 @@  http://www.alsa-project.org/alsa-doc/alsa-lib/
 
 You may give a look for more information about the ALSA project to URL
 http://www.alsa-project.org.
+
+### Submitting patches
+
+The preferred way to submit patches is by sending them by email to the
+alsa-devel mailing list. Sending mail to the list requires subscription,
+subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel
+
+Add Takashi Iwai `<tiwai@suse.de>` and/or Jaroslav Kysela `<perex@perex.cz>` to
+Cc so that your patch won't be missed.
+
+Patches are also accepted as GitHub pull requests.