aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-08-04 13:04:27 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>2021-08-04 13:18:22 +0200
commitcc364207f059ad2aec728fdf56852e1af2af1b0c (patch)
treeedc6dc7340dc878a04a84f9ba9585617321b2002
parent138f6f3d8a82f521c69e77d85a8e556673666a33 (diff)
downloadneard-cc364207f059ad2aec728fdf56852e1af2af1b0c.tar.gz
README: describe contributions
Mention the linux-nfc mailing list for contributions and current repositories - GitHub and kernel.org. Document explicitly that contributions can come also via GitHub pull request. For many developers without experience in development of Linux kernel, the GitHub PRs are easier than the patch-email workflow. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
index 8204b69..509363b 100644
--- a/README
+++ b/README
@@ -54,3 +54,21 @@ disabled with the following configuration options:
Running ./bootstrap-configure will build the configure script and then
run it, with maintainer mode enabled. bootstrap-configure will configure
neard with all features enabled.
+
+Bugs and contributing
+=====================
+
+Please send bug reports to mailing list:
+ linux-nfc@lists.01.org
+
+The project development happens on GitHub:
+ https://github.com/linux-nfc/neard
+
+However for historical reasons the releases are also mirrored on kernel.org
+repository:
+ https://git.kernel.org/pub/scm/network/nfc/neard.git/
+
+Contributions can come in a form of patches sent to linux-nfc@lists.01.org or
+GitHub pull requests on mentioned GitHub repository.
+
+See also HACKING and doc/coding-style.txt files.