From: Eugene Syromyatnikov Date: Tue, 4 Sep 2018 13:54:30 +0000 (+0200) Subject: README.md: add a link to the new contributors guide X-Git-Tag: v4.26~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f7f0b6c85858c60f423917a10cd564b7a52216f;p=strace README.md: add a link to the new contributors guide * README.md: Add a link to the Guide of new contributors. Suggested-by: Jamal Hadi Salim --- diff --git a/README.md b/README.md index 95cb3df2..95192af1 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ See the file [NEWS](NEWS) for information on what has changed in recent versions Please read the file [INSTALL-git](INSTALL-git.md) for installation instructions. +Please take a look at [the guide for new contributors](https://strace.io/wiki/NewContributorGuide) if you want to get involved in strace development. + The user discussion and development of strace take place on [the strace mailing list](https://lists.strace.io/mailman/listinfo/strace-devel) -- everyone is welcome to post bug reports, feature requests, comments and patches to strace-devel@lists.strace.io. The mailing list archives are available at https://lists.strace.io/pipermail/strace-devel/ and other archival sites. The GIT repository of strace is available at [GitHub](https://github.com/strace/strace/) and [GitLab](https://gitlab.com/strace/strace/).