summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/committing-code.txt
AgeCommit message (Collapse)Author
2025-02-19[5.2.x] Fixed #35908 -- Retired the django-developers and django-users ↵Sarah Boyce
mailing lists. Co-authored-by: Chaitanya Rahalkar <chaitanyarahalkar@squareup.com> Backport of 86493307f97b9795a74227b6af2d59a267160847 from main.
2023-05-22Fixed #34579 -- Added Django Forum to contributing guides.Mohit Singh Sinsniwal
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
2022-12-06Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-06-30Corrected various typos in contributing docs.Arslan Noor
2022-03-22Refs #31676 -- Used term "merger" instead of "committer" in docs.Mariusz Felisiak
Follow up to caa2dd08c4722c8702588f5dfe1fa4c506aa66fc. Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2022-03-19Renamed Jenkins wiki page to CI.Mariusz Felisiak
Jenkins is no longer the only CI tool.
2021-08-09Fixed some broken links and redirects in docs.Jacob Walls
2021-07-14Fixed typo in docs/internals/contributing/committing-code.txt.ᴙɘɘᴙgYmɘᴙɘj
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-03-09Updated Git branch "master" to "main".Markus Holtermann
This change follows a long discussion on django-develops: https://groups.google.com/g/django-developers/c/tctDuKUGosc/
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-04-21Fixed typo in docs/internals/contributing/committing-code.txt.Ville Skyttä
2019-03-25Doc'd a few contributing guidelines.Tim Graham
2018-04-06Updated contributing docs for some latest practices.Tim Graham
2018-01-31Renamed the "Supported versions" label.Tim Graham
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-17Doc'd the latest state of the Jenkins pull request builders.Tim Graham
2017-04-20Removed inappropriate highlighting in committing-code.txt.Markus Holtermann
2017-02-15Removed docs/internals/roles.txt.Tim Graham
It's moved to https://www.djangoproject.com/foundation/teams/.
2016-12-21Removed the importance of "core developers" in triaging tickets, etc.Tim Graham
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-10-06Fixed docs typos in lines ending with a dash.Tim Graham
2016-09-21Doc'd how to use GitHub's "Squash and merge" button.Tim Graham
2016-06-03Fixed #26701 -- Replaced /newticket links to Trac with /.shaunagm
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-11Added missing period to "etc.".pp
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-08-08Updated various links in docsClaude Paroz
2015-02-19Simplified and updated committing code guidelines.Tim Graham
2014-11-16Added reminder to committing docs to test a PR with Jenkins first.Erik Romijn
2014-08-27Fixed tiny commit style inconsistency in committing code documentation.Erik Romijn
2014-08-01Adjusted 'internals' docs to the new organization.Aymeric Augustin
Most of these changes are about using the correct vocabulary -- "core team member" vs "core developer/committer" and adding internal links.
2014-08-01Introduced a technical board.Aymeric Augustin
Extended the scope of the core team a bit (depending on your current perspective on that scope).
2014-08-01Removed references to partial commit acces.Aymeric Augustin
2014-08-01Renamed "committers" to "team".Aymeric Augustin
2014-07-21Replaced instances of 'his/her' with 'their'.Iain Dawson
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
2013-09-13Documentation -- added instructions on working with pull requestsKevin Christopher Henry
Since non-core contributors are asked to review patches, instructions on working with pull requests were added to the Working with Git and GitHub page (based on the existing instructions in the core committers page).
2013-01-29Fixed typos in docs and commentsTim Graham
2012-09-27Added a note regarding interaction between GitHub and Trac PluginPreston Holmes
2012-06-08Fixed an error in a git command.Aymeric Augustin
2012-06-08Clarified the purpose of the pull requsets docsAymeric Augustin
One is for the community, the other for the core team. Thanks Reinout van Rees for the report.
2012-06-08Explained an alternative way to fetch a branch.Aymeric Augustin
This avoids adding each contributor as a remote. Thanks Fruneau for the report.
2012-06-08Proof-read the new contributing guide.Aymeric Augustin
Many thanks to Daniele Procida.
2012-06-08Small corrections to committing-code docsLuke Plant
2012-06-07Fixed #18436 -- Updated contributing docs for git.Aymeric Augustin
Most of the credit for this large patch goes to Anssi Kääriäinen. Many thanks to all the people who contributed to the discussion.
2012-03-14Updated some outdated external URLs in docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30Fixed #17334 - Documented the commit message style for backports; thanks ↵Timo Graham
krzysiumed for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17294 bcc190cf-cafb-0310-a4f2-bffc1f526a37