Opened 10 years ago

Closed 10 years ago

#23103 closed Cleanup/optimization (fixed)

Add Link To "Writing your first patch for Django" Into "Contributing to Django" Documentation Page

Reported by: petraszd Owned by: petraszd
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

There is no link to "Writing your first patch for Django" in "Contributing to Django" page. It is very helpful and really good tutorial. So, I think it should be easy accessible from main contribution page.

Change History (9)

comment:1 by petraszd, 10 years ago

Owner: changed from nobody to petraszd
Status: newassigned

comment:2 by Baptiste Mispelon, 10 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Makes sense to me.

comment:3 by petraszd, 10 years ago

Resolution: fixed
Status: assignedclosed

comment:4 by petraszd, 10 years ago

Has patch: set
Resolution: fixed
Status: closednew

comment:5 by petraszd, 10 years ago

Status: newassigned

comment:6 by Baptiste Mispelon, 10 years ago

Patch needs improvement: set

I think it might be better to move the link to the 3rd item ("Submit patches...") instead of creating a new one.

comment:7 by petraszd, 10 years ago

Done. I've merged newly added item with "Submit patches" one.

Pull request is the same: https://github.com/django/django/pull/2963

comment:8 by johmik, 10 years ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:9 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In 5a311d2ccc48cb3a89858c92e449ffbfd9cbfb00:

Fixed #23103 -- Added contributing tutorial link to contributing index.

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