[V3] Update CONTRIBUTING.md with details on new dev workflow (#1659)

* Update CONTRIBUTING.md with details on new dev workflow

* Fix typos

* Update link in README.rst

* tiny grammar fix

* Specify the line length

* Update CONTRIBUTING.md

* Fix links in contents

* Add section for keeping dependencies up-to-date

* Include notes about Makefile
This commit is contained in:
Tobotimus
2018-05-23 15:26:54 +10:00
committed by GitHub
parent 099fe59a97
commit d1208d7d19
2 changed files with 101 additions and 22 deletions

View File

@@ -9,7 +9,7 @@
.. image:: https://d322cqt584bo4o.cloudfront.net/red-discordbot/localized.svg
:target: https://crowdin.com/project/red-discordbot
:alt: Crowdin
.. image:: https://img.shields.io/badge/Support-Red!-orange.svg
:target: https://www.patreon.com/Red_Devs
:alt: Patreon
@@ -45,3 +45,8 @@ To install all requirements for docs and tests::
For the latest git build, replace ``Red-DiscordBot`` in the above commands with
``git+https://github.com/Cog-Creators/Red-DiscordBot@V3/develop``.
Contributing to Red
^^^^^^^^^^^^^^^^^^^
See `CONTRIBUTING <.github/CONTRIBUTING.md>`_ for more information.