diff options
| author | Maria Hynes <maria.m.hynes@gmail.com> | 2024-11-04 08:59:45 +0000 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-05 16:59:34 +0100 |
| commit | db5980ddd1e739b7348662b07c9d91478d911877 (patch) | |
| tree | f7b1a477c3040fb69b6512a5ef011efcfcf75837 /docs/internals/contributing/writing-code | |
| parent | 2bfb1211c0a88e4dd4ccf2220c320a221d7a5043 (diff) | |
Clarified instructions on how to claim a ticket.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/submitting-patches.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/internals/contributing/writing-code/submitting-patches.txt b/docs/internals/contributing/writing-code/submitting-patches.txt index 799292e3fd..c3d0e1745f 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -47,10 +47,14 @@ and time availability), claim it by following these steps: any activity, it's probably safe to reassign it to yourself. * Log into your account, if you haven't already, by clicking "GitHub Login" - or "DjangoProject Login" in the upper left of the ticket page. + or "DjangoProject Login" in the upper left of the ticket page. Once logged + in, you can then click the "Modify Ticket" button near the bottom of the + page. -* Claim the ticket by clicking the "assign to myself" radio button under - "Action" near the bottom of the page, then click "Submit changes." +* Claim the ticket by clicking the "assign to" radio button in the "Action" + section. Your username will be filled in the text box by default. + +* Finally click the "Submit changes" button at the bottom to save. .. note:: The Django software foundation requests that anyone contributing more than |
