Added a section to the contributing docs about mentoring.

This commit is contained in:
Aaron Weiss 2018-05-02 14:20:37 +02:00
parent 88233f8e2d
commit 6569f079c7
No known key found for this signature in database
GPG key ID: 047D32DF25DC22EF

View file

@ -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). * Make sure you have a [GitHub account](https://github.com/signup/free).
* Fork the repository on GitHub. * 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 ## Making Changes
* Create a topic branch from where you want to base your work. * Create a topic branch from where you want to base your work.