diff options
| author | Margaret Fero <MaggieFero@users.noreply.github.com> | 2026-06-10 19:35:00 -0700 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-06-18 11:37:49 -0400 |
| commit | aa0efc9e221e023c21ca0ff17f1b1300a3d4ebe2 (patch) | |
| tree | e3626a7ef626d2e2e01b9daf932e8570581e45c7 | |
| parent | ca5746b8680a5e7e14014d365c0610f825df1dae (diff) | |
Fixed #37146 -- Improved new-user experience of README's Trac link.
Trac link in README was throwing a bunch of errors at newcomers.
| -rw-r--r-- | AUTHORS | 1 | ||||
| -rw-r--r-- | README.rst | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -683,6 +683,7 @@ answer newbie questions, and generally made Django that much better: Marc Seguí Coll <metarizard@gmail.com> Marc Tamlyn <marc.tamlyn@gmail.com> Marc-Aurèle Brothier <ma.brothier@gmail.com> + Margaret Fero <maggiefero@gmail.com> Marian Andre <django@andre.sk> Marijke Luttekes <mail@marijkeluttekes.dev> Marijn Vriens <marijn@metronomo.cl> diff --git a/README.rst b/README.rst index b7532e6b5a..f6209e36d8 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,10 @@ here's how we recommend you read the docs: * See ``docs/README`` for instructions on building an HTML version of the docs. Docs are updated rigorously. If you find any problems in the docs, or think -they should be clarified in any way, please take 30 seconds to fill out a -ticket here: https://code.djangoproject.com/newticket +they should be clarified in any way, please take 30 seconds to +`fill out a ticket <https://code.djangoproject.com/newticket>`_. You can log in +with your GitHub account, or with a DjangoProject account if you have one. Once +you log in, a New Ticket button is available next to View Tickets. To get more help: |
