Re: Contributing to Django Documentation

2021-02-26 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi Cammil For small changes it's fine to just open a PR. For larger changes I often open a ticket with the suggested change, and then maybe a PR to go along to show what it would look like. Do check out the Contributing Guide: https://docs.djangoproject.com/en/stable/internals/contributing/ And

Contributing to Django Documentation

2021-02-26 Thread cta...@gmail.com
Hi Everyone, I'd like to start contributing to Django, firstly by helping to improve the documentation. There are no particular inaccuracies, but rather I would like to have a go at improving the style, content and organisation. How should I go about suggesting improvements, and getting

Re: Reshaping the "Contributing to Django" documentation

2011-05-21 Thread Julien Phalip
On May 21, 2:15 am, "Jonas H." wrote: > > "[...] try and duplicate it. If you can duplicate it [...]" > > I'd stick with "reproduce" here because "duplicate" may be confused with > "duplicate tickets". Yes that's a good point. I fixed that in the latest patch. Thanks! -- You

Re: Reshaping the "Contributing to Django" documentation

2011-05-21 Thread Julien Phalip
On May 21, 1:33 am, Waylan Limberg wrote: > One nitpick thought. I expect that people reporting bugs will go to > the "bugs-and-features" page, which is fine. However, as is often the > case, when their ticket is marked "accepted" (or some other triage > stage) they often get

Re: Reshaping the "Contributing to Django" documentation

2011-05-20 Thread Jonas H.
"[...] try and duplicate it. If you can duplicate it [...]" I'd stick with "reproduce" here because "duplicate" may be confused with "duplicate tickets". -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email

Re: Reshaping the "Contributing to Django" documentation

2011-05-20 Thread Waylan Limberg
On Fri, May 20, 2011 at 5:31 AM, Julien Phalip <jpha...@gmail.com> wrote: > Hi there, > > I've been working on reshaping the documentation about contributing to > Django, in particular the rather dense historical page [1] and the > excellent recently added how-to guide [2]. T

Reshaping the "Contributing to Django" documentation

2011-05-20 Thread Julien Phalip
Hi there, I've been working on reshaping the documentation about contributing to Django, in particular the rather dense historical page [1] and the excellent recently added how-to guide [2]. This documentation has sort of grown organically over the years and has become a bit difficult to read, so