aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-11-06 19:15:28 +0100
committerGravatar Johannes Christ <[email protected]>2018-11-06 19:15:28 +0100
commit0f4a698553c5ef96ff0e3274c3bb09cc7fbac212 (patch)
treed9c92508f75cdfaba514afee72e612274d452ca3
parentMerge branch 'special_snakes' into 'django' (diff)
Inform about issues and setup help in README.
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f54930a..31efc202 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,9 @@
This is all of the code that is responsible for maintaining
[our website](https://pythondiscord.com), and all of its subdomains.
+The website is built on Django and should be simple to set up and get started with.
+If you happen to run into issues with setup, please don't hesitate to open an issue!
+
If you're looking to contribute or play around with the code,
-take a look at the [`docs` directory](docs).
+take a look at the [`docs` directory](docs). If you're looking for things
+to do, check out [our issues](https://gitlab.com/python-discord/projects/site/issues).