aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-05-17 18:34:16 +0200
committerGravatar GitHub <[email protected]>2021-05-17 18:34:16 +0200
commit0d46325ef68b213658fb9337ba5bbc5749570056 (patch)
tree087ea69a46745d2ee68c5a2f96c2dc62fa533ff6
parentMerge pull request #503 from python-discord/mod-policy-redirect (diff)
parentFix Build & Deploy workflow shield (diff)
Merge pull request #504 from doublevcodes/patch-1
Fix Build & Deploy workflow shield
Diffstat (limited to '')
-rw-r--r--README.md32
1 files changed, 18 insertions, 14 deletions
diff --git a/README.md b/README.md
index f88c2cf7..9867bfc8 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,29 @@
# Python Discord: Site
-[![Discord][10]][11]
+
+[![Discord][12]][13]
[![Lint & Test][1]][2]
-[![Build & Deploy][3]][4]
-[![Coverage Status][5]][6]
+[![Build][3]][4]
+[![Deploy][5]][6]
+[![Coverage Status][7]][8]
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
-This is all of the code that is responsible for maintaining [our website][7] and all of its subdomains.
+This is all of the code that is responsible for maintaining [our website][9] 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][8] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][9].
+If you're looking to contribute or play around with the code, take a look at [the wiki][10] or the [`docs` directory](docs). If you're looking for things to do, check out [our issues][11].
[1]: https://github.com/python-discord/site/workflows/Lint%20&%20Test/badge.svg?branch=main
[2]: https://github.com/python-discord/site/actions?query=workflow%3A%22Lint+%26+Test%22+branch%3Amain
-[3]: https://github.com/python-discord/site/workflows/Build%20&%20Deploy/badge.svg?branch=main
-[4]: https://github.com/python-discord/site/actions?query=workflow%3A%22Build+%26+Deploy%22+branch%3Amain
-[5]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=main
-[6]: https://coveralls.io/github/python-discord/site?branch=main
-[7]: https://pythondiscord.com
-[8]: https://pythondiscord.com/pages/contributing/site/
-[9]: https://github.com/python-discord/site/issues
-[10]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
-[11]: https://discord.gg/python
+[3]: https://github.com/python-discord/site/workflows/Build/badge.svg?branch=main
+[4]: https://github.com/python-discord/site/actions?query=workflow%3A%22Build%22+branch%3Amain
+[5]: https://github.com/python-discord/site/workflows/Deploy/badge.svg?branch=main
+[6]: https://github.com/python-discord/site/actions?query=workflow%3A%22Deploy%22+branch%3Amain
+[7]: https://coveralls.io/repos/github/python-discord/site/badge.svg?branch=main
+[8]: https://coveralls.io/github/python-discord/site?branch=main
+[9]: https://pythondiscord.com
+[10]: https://pythondiscord.com/pages/contributing/site/
+[11]: https://github.com/python-discord/site/issues
+[12]: https://raw.githubusercontent.com/python-discord/branding/main/logos/badge/badge_github.svg
+[13]: https://discord.gg/python