From 6569f079c7ed39afa044df9dba477b0e69d3c8d7 Mon Sep 17 00:00:00 2001 From: Aaron Weiss Date: Wed, 2 May 2018 14:20:37 +0200 Subject: [PATCH] Added a section to the contributing docs about mentoring. --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2eb45ee..09d425e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,14 @@ possible for everyone, there are a few guidelines that we need contributors to f * Make sure you have a [GitHub account](https://github.com/signup/free). * Fork the repository on GitHub. +## Finding Something to Do + +There will almost certainly be issues open on the irc crate at all times. These are a good place to +start if you don't have anything pressing on your mind that you'd like to see. If you need or would +like mentoring instructions on any issue, please ping @aatxe, and he will do his best to provide +them in a timely fashion. If instead you have your own idea and would like mentoring or feedback, +you should open a new issue and mention such a desire. + ## Making Changes * Create a topic branch from where you want to base your work.