aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-01-16 20:17:52 -0500
committerGravatar sco1 <[email protected]>2019-01-16 20:17:52 -0500
commitf39ee73d4d585e1531834b0a6b562a87aa70b970 (patch)
tree29540b88062709f0474834e6afc72b400c995cd3 /CONTRIBUTING.md
parentMerge branch 'master' into update-contrib-doc (diff)
Add developer wiki links
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cade82366..e05655af1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,6 +31,11 @@ Above all, the needs of our community should come before the wants of an individ
All projects evolve over time, and this contribution guide is no different. This document is open to pull requests or changes by contributors. If you believe you have something valuable to add or change, please don't hesitate to do so in a PR.
## Supplemental Information
+### Developer Environment
+A working environment for the [PyDis site](https://github.com/python-discord/site) is required to develop the bot. Instructions for setting up environments for both the site and the bot can be found on the PyDis Wiki:
+ * [Site](https://wiki.pythondiscord.com/wiki/contributing/project/site)
+ * [Bot](https://wiki.pythondiscord.com/wiki/contributing/project/bot)
+
### Logging levels
The project currently defines [`logging`](https://docs.python.org/3/library/logging.html) levels as follows:
* **TRACE:** Use this for tracing every step of a complex process. That way we can see which step of the process failed. Err on the side of verbose. **Note:** This is a PyDis-implemented logging level.