diff options
| author | 2019-02-06 14:38:08 +0100 | |
|---|---|---|
| committer | 2019-02-06 14:38:08 +0100 | |
| commit | 84156da95928cce85332c3fde810fd02e11aed90 (patch) | |
| tree | 78484d59f02f0d194c8897db89696849ae3628cd /CONTRIBUTING.md | |
| parent | Merge pull request #94 from python-discord/precommit (diff) | |
| parent | Add precommit install instruction. (diff) | |
Merge pull request #99 from python-discord/config-update
Add Lovefest configuration, update project documents
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58513c03..4161715e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ All projects evolve over time, and this contribution guide is no different. This ## Supplemental Information ### Developer Environment -Seasonalbot utilizes [Pipenv](https://pipenv.readthedocs.io/en/latest/) for installation and dependency management. For users unfamiliar with the Pipenv workflow, a [Pipenv Primer](https://github.com/python-discord/seasonalbot/wiki/Hacktoberbot-and-Pipenv) is provided in Seasonalbot's Wiki. +Seasonalbot utilizes [Pipenv](https://pipenv.readthedocs.io/en/latest/) for installation and dependency management. For users unfamiliar with the Pipenv workflow, Pipenv's documentation provides a [Basic Usage](https://pipenv.readthedocs.io/en/latest/basics/) tutorial, along with some of the more advanced workflows. ### Logging levels The project currently defines [`logging`](https://docs.python.org/3/library/logging.html) levels as follows: |