'Ready to develop' label is defunct - suggest 'difficulty:Easy' instead

This commit is contained in:
Matt Westcott 2016-10-27 21:00:08 +01:00
parent 7545ed3675
commit b4954c1fdf
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ for support - use our [Wagtail support group](https://groups.google.com/forum/#!
Please review the
[coding guidelines](http://docs.wagtail.io/en/latest/contributing/developing.html#coding-guidelines).
You might like to start by checking issues with the
[Ready to develop](https://github.com/torchbox/wagtail/issues?q=is%3Aopen+is%3Aissue+label%3A%22Ready+to+develop%21%22) label.
[difficulty:Easy](https://github.com/torchbox/wagtail/labels/difficulty%3AEasy) label.
## Code reviews

View file

@ -76,6 +76,6 @@ Contributing
~~~~~~~~~~~~
If you're a Python or Django developer, fork the repo and get stuck in! We run a separate group for developers of Wagtail itself at https://groups.google.com/forum/#!forum/wagtail-developers (please note that this is not for support requests).
You might like to start by reviewing the `coding guidelines <http://docs.wagtail.io/en/latest/contributing/developing.html#coding-guidelines>`_ and checking issues with the `Ready to develop <https://github.com/torchbox/wagtail/issues?q=is%3Aopen+is%3Aissue+label%3A%22Ready+to+develop%21%22>`_ label.
You might like to start by reviewing the `coding guidelines <http://docs.wagtail.io/en/latest/contributing/developing.html#coding-guidelines>`_ and checking issues with the `difficulty:Easy <https://github.com/torchbox/wagtail/labels/difficulty%3AEasy>`_ label.
We also welcome translations for Wagtail's interface. Translation work should be submitted through `Transifex <https://www.transifex.com/projects/p/wagtail/>`_.