Hello,
Forgive me if anything I suggest was mentioned or at some point or is considered noob talk. I am only just taking off with GitHub contributions and I probably should have started with some microscopic project not Django but here it is.
When I create Django project and get all the initial files the urls.py file has a docstring that is formatted differently from other files.
I made a change in the template file, run Django's test suite as described
HERE that passed OK and commited it to my forked repository.
And I wanted to ask before I made a pull request if it is a valid change. You can see my commit
HERE
Thanks!