diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2011-08-26 09:44:40 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2011-08-26 09:44:40 +0000 |
| commit | e0ae9db2722f36969e760619fd97d8604fa94bda (patch) | |
| tree | a090daf06add53f664e7131de372b0b7ab65c660 /docs/internals/contributing/writing-code | |
| parent | 1154b80a64ef623580d7b4af23e10a9bbed1c4ee (diff) | |
Small typo fix for how to claim a ticket in Trac.
Patch from Audrey Roy, fixes #16670.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 85e81ab9b0..d839641467 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -36,8 +36,11 @@ and time availability), claim it by following these steps: * Log into your account, if you haven't already, by clicking "Login" in the upper right of the ticket page. - * Claim the ticket by clicking the radio button next to "Accept ticket" - near the bottom of the page, then clicking "Submit changes." + * Claim the ticket: + + 1. click the "accept" radio button under "Action" near the bottom of the + page, + 2. then click "Submit changes." .. _Create an account: https://www.djangoproject.com/accounts/register/ .. _password reset page: https://www.djangoproject.com/accounts/password/reset/ |
