summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrusskel <russjwebber@gmail.com>2013-06-08 14:53:27 +0900
committerrusskel <russjwebber@gmail.com>2013-06-08 14:53:27 +0900
commitf80b1063e404d28779a7c78cfd616fd416a2ef10 (patch)
tree6ceaff2521934a99d3f0edb2ac16fbf55718de9c
parent69373f3420d28597332a72269b5fae721cc6ae19 (diff)
Update submitting-patches.txt
Few quick fixes to the terminology in order to match what is used on the Django Trac at the moment.
-rw-r--r--docs/internals/contributing/writing-code/submitting-patches.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt
index ed8aad99b3..8f8ddddab4 100644
--- a/docs/internals/contributing/writing-code/submitting-patches.txt
+++ b/docs/internals/contributing/writing-code/submitting-patches.txt
@@ -37,7 +37,7 @@ and time availability), claim it by following these steps:
`ticket tracker`_.
* If a ticket for this issue already exists, make sure nobody else has
- claimed it. To do this, look at the "Assigned to" section of the ticket.
+ claimed it. To do this, look at the "Owned by" section of the ticket.
If it's assigned to "nobody," then it's available to be claimed.
Otherwise, somebody else is working on this ticket, and you either find
another bug/feature to work on, or contact the developer working on the
@@ -48,7 +48,7 @@ and time availability), claim it by following these steps:
* Claim the ticket:
- 1. click the "accept" radio button under "Action" near the bottom of the
+ 1. click the "assign to myself" radio button under "Action" near the bottom of the
page,
2. then click "Submit changes."