From 8c293e621e6589f30a2cdbc4b50b9e17be98738e Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Thu, 23 Sep 2021 14:23:48 -0400 Subject: [PATCH] tweaks to match Awesome Contribution guide --- README.md | 16 ++++++---------- contributing.md | 6 +++--- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 6f02f27..5baaa25 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,16 @@ ---- -title: "Awesome Django" ---- +# Awesome Django [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/sindresorhus/awesome) -
-
- Django logo -
+> A curated list of awesome things related to Django. -# Awesome Django +[Django](https://djangoproject.com) is a batteries-included web application framework written in Python. -> A curated list of awesome things related to Django. Maintained by William Vincent and Jeff Triplett. +This repo is maintained by William Vincent and Jeff Triplett. Please consider supporting Django by making a donation to the Django Software Foundation, sponsoring via GitHub Sponsors, or buying official merchandise. + ## Contents @@ -277,7 +273,7 @@ _A short list of Python packages that work well with Django._ ### Official Resources -- [Project Website](https://www.djangoproject.com/) - Official Django website. + - [Project Website](https://www.djangoproject.com/) - Official Django website. - [Documentation](https://docs.djangoproject.com/en/dev/) - Comprehensive documentation for all Django versions. - [Polls Tutorial](https://docs.djangoproject.com/en/dev/intro/tutorial01/) - Build a polls tutorial while learning Django internals. - [Source Code](https://github.com/django/django/) - Hosted on GitHub. diff --git a/contributing.md b/contributing.md index f7f9aa2..defb0ff 100644 --- a/contributing.md +++ b/contributing.md @@ -1,10 +1,10 @@ # Contribution Guidelines -Contributions are welcome however please note that I'm well aware that most `awesome` repos bloat over time and become less and less curated. I want to avoid that. Therefore at the end of the day this repo is largely my own personal, biased thoughts. +Contributions are welcome! Please note that Will and Jeff work on this as a benefit to the Django community. It is based on our own personal, biased thoughts. -You are welcome to fork this repo and create/maintain your own list of awesome Django resources if you disagree with choices I've made. +If you disagree with choices made, you are welcome to fork this repo and create/maintain your own list of awesome Django resources if you disagree with choices I've made. -That said, I'm eager to and will review any and all contributions. Here's the process: +That said, we will review any and all contributions. Here's the process: 1. Make an individual pull request for each suggestion and include a reason why it is awesome. 2. To be fair, the order is first-come-first-serve so unless a section is alphabetical, add the item at the end.