[Django] #23103: Add Link To "Writing your first patch for Django" Into "Contributing to Django" Documentation Page

22 views
Skip to first unread message

Django

unread,
Jul 26, 2014, 3:55:57 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
-------------------------------+--------------------
Reporter: petraszd | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------
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.

--
Ticket URL: <https://code.djangoproject.com/ticket/23103>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jul 26, 2014, 3:56:16 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
-------------------------------+--------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Uncategorized | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by petraszd):

* status: new => assigned
* needs_better_patch: => 0
* owner: nobody => petraszd
* needs_tests: => 0
* needs_docs: => 0


--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:1>

Django

unread,
Jul 26, 2014, 4:33:03 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
--------------------------------------+------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by bmispelon):

* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted


Comment:

Makes sense to me.

--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:2>

Django

unread,
Jul 26, 2014, 4:49:12 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
--------------------------------------+------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Cleanup/optimization | Status: closed
Component: Documentation | Version: master
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by petraszd):

* status: assigned => closed
* resolution: => fixed


Comment:

https://github.com/django/django/pull/2963

--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:3>

Django

unread,
Jul 26, 2014, 4:50:50 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
--------------------------------------+------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by petraszd):

* status: closed => new
* has_patch: 0 => 1
* resolution: fixed =>


--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:4>

Django

unread,
Jul 26, 2014, 5:19:46 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
--------------------------------------+------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: master

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by petraszd):

* status: new => assigned


--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:5>

Django

unread,
Jul 26, 2014, 5:40:27 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
--------------------------------------+------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: master

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1

Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------
Changes (by bmispelon):

* needs_better_patch: 0 => 1


Comment:

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

--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:6>

Django

unread,
Jul 26, 2014, 5:56:12 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
--------------------------------------+------------------------------------
Reporter: petraszd | Owner: petraszd
Type: Cleanup/optimization | Status: assigned
Component: Documentation | Version: master

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 1
Easy pickings: 1 | UI/UX: 0
--------------------------------------+------------------------------------

Comment (by petraszd):

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

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

--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:7>

Django

unread,
Jul 26, 2014, 6:22:06 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
-------------------------------------+-------------------------------------
Reporter: petraszd | Owner: petraszd
Type: | Status: assigned
Cleanup/optimization | Version: master
Component: Documentation | Resolution:
Severity: Normal | Triage Stage: Ready for
Keywords: | checkin

Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by johmik):

* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin


--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:8>

Django

unread,
Jul 26, 2014, 9:50:40 AM7/26/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
-------------------------------------+-------------------------------------
Reporter: petraszd | Owner: petraszd
Type: | Status: closed
Cleanup/optimization | Version: master
Component: Documentation | Resolution: fixed

Severity: Normal | Triage Stage: Ready for
Keywords: | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"5a311d2ccc48cb3a89858c92e449ffbfd9cbfb00"]:
{{{
#!CommitTicketReference repository=""
revision="5a311d2ccc48cb3a89858c92e449ffbfd9cbfb00"
Fixed #23103 -- Added contributing tutorial link to contributing index.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:9>

Django

unread,
Aug 1, 2014, 9:44:05 AM8/1/14
to django-...@googlegroups.com
#23103: Add Link To "Writing your first patch for Django" Into "Contributing to
Django" Documentation Page
-------------------------------------+-------------------------------------
Reporter: petraszd | Owner: petraszd
Type: | Status: closed
Cleanup/optimization | Version: master
Component: Documentation | Resolution: fixed
Severity: Normal | Triage Stage: Ready for
Keywords: | checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 1 | UI/UX: 0
-------------------------------------+-------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"8b7347220f3d86b46f5f87270c6cdcb9960895fd"]:
{{{
#!CommitTicketReference repository=""
revision="8b7347220f3d86b46f5f87270c6cdcb9960895fd"
Fixed #23103 -- Annotated ImageField file with image and content_type
attributes.

Thanks Jeremy Dunck for the suggestion and Nick Sanford for review.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/23103#comment:10>

Reply all
Reply to author
Forward
0 new messages