From afa7a76627cb8a913804f3d54402d279c8602a72 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Mon, 16 Jul 2018 12:28:23 -0400 Subject: [PATCH] Link to contributor guide Add CONTRIBUTING.md file and mention in README. --- CONTRIBUTING.md | 10 ++++++++++ README.md | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..6c3b9de32 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,10 @@ +Contributing +============ + +Please see the wiki for the scala-xml contributor guide: + +https://github.com/scala/scala-xml/wiki/Contributor-guide + +Thank you, + +The Scala XML maintainers diff --git a/README.md b/README.md index ac0063667..34b0ffc48 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ If you are cross-building a project that uses scala-xml with both Scala 2.10 and This library is community-maintained. The lead maintainer is [@aaron_s_hawley](https://github.com/ashawley). +Contributors are welcome, and should read the [contributor guide](https://github.com/scala/scala-xml/wiki/Contributor-guide) on the wiki. + ## Issues Many old issues from the Scala JIRA issue tracker have been migrated