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 17:02:35 +0100 |
| commit | 113c2ff48cc59908ab4eacc175cf52fcc4c7ac78 (patch) | |
| tree | 0b096387356bfa8972246af31d15bfbceb2cfb59 | |
| parent | 73bdd9f219f736a040879d776b338a5612bc136b (diff) | |
[5.1.x] Clarified instructions on how to claim a ticket.
Backport of db5980ddd1e739b7348662b07c9d91478d911877 from main.
| -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 a002051bbb..c2081a0e0a 100644 --- a/docs/internals/contributing/writing-code/submitting-patches.txt +++ b/docs/internals/contributing/writing-code/submitting-patches.txt @@ -45,10 +45,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 |
