Changes between Initial Version and Version 1 of Ticket #15796


Ignore:
Timestamp:
Apr 9, 2011, 9:08:34 PM (13 years ago)
Author:
Julien Phalip
Comment:

I see that the "needsinfo" resolution is already documented here: http://docs.djangoproject.com/en/dev/internals/contributing/

This makes me realise that there's a lot of overlap between http://docs.djangoproject.com/en/dev/internals/contributing/ and http://docs.djangoproject.com/en/dev/howto/contribute/ The former is also very dense as it contains tons of loosely related info like reporting bugs, code style, committing patches, branch policies, etc.

The Trac report (http://code.djangoproject.com/wiki/Reports) is also very useful and would, I think, deserve to be fleshed out more and then be integrated in the official Django doc itself to provide concrete examples and hints on how to contribute code.

I'm not sure how to do it yet, but it feels that we should perhaps rearrange everything into a more logical structure and with less duplicate information. Do you agree in principle? If so then I'm keen to have a go at it.

This ticket only asks for the few small doc fixes but I'm just wondering if we should maybe go for a bigger change while we're at it. Or maybe it's best to take this over to a separate ticket. Let me know what you think. Thanks!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15796 – Description

    initial v1  
    1  Recent changes to Trac add a component and severity option, and a Needs Info triage state, However, these are currently undocumented.
     1 Recent changes to Trac add a type and severity option, and a Needs Info triage state, However, these are currently undocumented.
    22
    33Marking this as a release blocker because it's a documentation flaw in our main contribution process.
Back to Top