Opened 6 weeks ago

Closed 2 weeks ago

Last modified 2 weeks ago

#37158 closed Cleanup/optimization (fixed)

"All tickets" section of contributor checklist is below the fold

Reported by: Margaret Fero Owned by: VIZZARD-X
Component: Documentation Version: 6.0
Severity: Normal Keywords:
Cc: Margaret Fero Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The Contribution Checklist starts specific then goes more general as it continues: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#contribution-checklist . This means that as a new contributor coming in on a docs issue, I didn't realize there was an "All tickets" section after "All Code Contributions" until I had gotten all the way to submitting a PR that was autoclosed for not meeting requirements that hadn't been onscreen when I carefully read the Documentation section.

Instead, I would expect that things everyone needs to know would come first, followed by more specific things that only some people need, so readers can safely drop out once they've gotten specific advice on their particular issue type. In this case, I propose reordering the sections as follows:

  1. All tickets
  2. All code changes
  3. Documentation
  4. Bugs
  5. New features
  6. Deprecating a feature

Attachments (1)

django-contribution-checklist.2.png (163.0 KB ) - added by Margaret Fero 6 weeks ago.
Screenshot of what appears onscreen when viewing the Django Contribution Checklist Currently

Download all attachments as: .zip

Change History (8)

by Margaret Fero, 6 weeks ago

Screenshot of what appears onscreen when viewing the Django Contribution Checklist Currently

comment:1 by Jacob Walls, 6 weeks ago

Triage Stage: UnreviewedAccepted

Seems reasonable!

comment:2 by VIZZARD-X, 6 weeks ago

Owner: set to VIZZARD-X
Status: newassigned

comment:3 by VIZZARD-X, 6 weeks ago

Has patch: set
Last edited 4 weeks ago by VIZZARD-X (previous) (diff)

comment:4 by Mike Edmunds, 3 weeks ago

Triage Stage: AcceptedReady for checkin

comment:5 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

Resolution: fixed
Status: assignedclosed

In 6b13c8c:

Fixed #37158 -- Reordered the contribution checklist sections.

comment:6 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

In 79967d43:

[6.1.x] Fixed #37158 -- Reordered the contribution checklist sections.

Backport of 6b13c8c4999f386b0eb22f311a5d3bbfd22d7be7 from main.

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 2 weeks ago

In e18935cc:

[6.0.x] Fixed #37158 -- Reordered the contribution checklist sections.

Backport of 6b13c8c4999f386b0eb22f311a5d3bbfd22d7be7 from main.

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