Opened 13 years ago

Closed 13 years ago

#16670 closed Bug (fixed)

Typo in how to accept a ticket (internals/contributing/#submitting-patches)

Reported by: aroy Owned by: aroy
Component: Documentation Version: 1.3
Severity: Normal Keywords: pyconau2011
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Typo in https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/:

'Claim the ticket by clicking the radio button next to “Accept ticket” near the bottom of the page, then clicking “Submit changes.”'

should be...

'Claim the ticket:

  • click the “accept” radio button under “Action” near the bottom of the page
  • then click “Submit changes.”'

Attachments (1)

ticket_16670.diff (967 bytes ) - added by aroy 13 years ago.

Download all attachments as: .zip

Change History (3)

by aroy, 13 years ago

Attachment: ticket_16670.diff added

comment:1 by Aymeric Augustin, 13 years ago

Triage Stage: UnreviewedAccepted

The differences between the original and the revised wording are:

  • the exact name is "accept", not "Accept ticket",
  • clicking either the label or the radio button works.

comment:2 by Malcolm Tredinnick, 13 years ago

Resolution: fixed
Status: newclosed

In [16696]:

Small typo fix for how to claim a ticket in Trac.

Patch from Audrey Roy, fixes #16670.

Note: See TracTickets for help on using tickets.
Back to Top