aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-19 02:13:08 +0100
committerGravatar GitHub <[email protected]>2020-11-19 02:13:08 +0100
commit52364520468c9ea03fb80c9718ec8ea6fb43725b (patch)
tree216f4e59e25d73d6ddeb4838a287b61acfc36710 /README.md
parentDefault to HTTPS for account URLs (diff)
parentUpdate badges in README to reflect new workflows (diff)
Merge pull request #425 from python-discord/sebastiaan/backend/fix-flake8-in-ci
Ensure that flake8 runs correctly in the CI
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 15 insertions, 8 deletions
diff --git a/README.md b/README.md
index b449d338..daaa041d 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,24 @@
# Python Discord: Site
[![Discord](https://img.shields.io/static/v1?label=Python%20Discord&logo=discord&message=%3E100k%20members&color=%237289DA&logoColor=white)](https://discord.gg/2B963hn)
-![Lint, Test & Deploy](https://github.com/python-discord/site/workflows/Lint,%20Test%20&%20Deploy/badge.svg?branch=master)
-[![Coverage Status](https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=master)](https://coveralls.io/github/python-discord/site?branch=master)
+[![Lint & Test][1]][2]
+[![Build & Deploy][3]][4]
+[![Coverage Status][5]][6]
[![License](https://img.shields.io/github/license/python-discord/site)](LICENSE)
-[![Status](https://img.shields.io/website?url=https%3A%2F%2Fpythondiscord.com)][1]
+[![Status](https://img.shields.io/website?url=https%3A%2F%2Fpythondiscord.com)][7]
-This is all of the code that is responsible for maintaining [our website][1] and all of its subdomains.
+This is all of the code that is responsible for maintaining [our website][7] 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 wiki][2] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][3].
+If you're looking to contribute or play around with the code, take a look at [the wiki][8] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][9].
-[1]: https://pythondiscord.com
-[2]: https://pythondiscord.com/pages/contributing/site/
-[3]: https://github.com/python-discord/site/issues
+[1]: https://github.com/python-discord/site/workflows/Lint%20&%20Test/badge.svg?branch=master
+[2]: https://github.com/python-discord/site/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amaster
+[3]: https://github.com/python-discord/site/workflows/Build%20&%20Deploy/badge.svg?branch=master
+[4]: https://github.com/python-discord/site/actions?query=workflow%3A%22Build+%26+Deploy%22+branch%3Amaster
+[5]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=master
+[6]: https://coveralls.io/github/python-discord/site?branch=master
+[7]: https://pythondiscord.com
+[8]: https://pythondiscord.com/pages/contributing/site/
+[9]: https://github.com/python-discord/site/issues