From 6269eeda47dff710b34e8705aa7d95ff5bfbea26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20A=2E=20Fern=C3=A1ndez?= Date: Wed, 5 Jun 2019 21:08:40 -0300 Subject: [PATCH] Add a CONTRIBUTING file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a short CONTRIBUTING file explaining that development is done via email. Github should show this to users before they open issues or pull requests. Signed-off-by: Ernesto A. Fernández --- CONTRIBUTING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..fd8ee97 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,7 @@ + +If you want to help with development, please submit your patches for review to +the project's mailing list at . We try to follow +the style guidelines of the Linux kernel. + +I don't own any Apple devices, so testing is needed and very appreciated. Bug +reports should be sent to the mailing list as well.