Changes between Version 295 and Version 296 of WikiStart


Ignore:
Timestamp:
Aug 24, 2014, 1:25:47 PM (10 years ago)
Author:
Aymeric Augustin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v295 v296  
    77== Getting involved ==
    88
    9 '''Much of Django's infrastructure is hosted on Github, or uses a Github login. To log a ticket, or add content to this wiki, you'll need to [/github/login log in with a GitHub account].'''
     9'''Much of Django's infrastructure is hosted on Github, or uses a Github login. To log a ticket, or add content to this wiki, [/github/login log in with a GitHub account].''' (You may also [https://www.djangoproject.com/accounts/register/ create a DjangoProject account] and [/login log in with that account].)
    1010
    11 Once you've logged in with your Github account, please read [https://docs.djangoproject.com/en/stable/internals/contributing/ our contibution guide].  This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please [http://code.djangoproject.com/newticket/ file a bug]!
     11Once you've logged in with your Github account, please read [https://docs.djangoproject.com/en/stable/internals/contributing/ our contibution guide].  This document describes how the Django community works, and the various ways you can contribute. If this document doesn't answer your questions, please [/newticket file a bug]!
    1212
    1313If you've read that document, and are looking for a way to contribute, why not try one of the following:
    1414                 
    15  * [https://code.djangoproject.com/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. **If your bug report is a security issue, DO NOT report it with a ticket. Please read our [https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues guide to reporting security issues]**.
    16  * [wiki:LittleEasyImprovements Little, easy improvements]: Get your feet wet by taking on one of these small tasks.
    17  * [https://code.djangoproject.com/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process.
     15 * [/wiki/Reports Tickets]: View active tickets, make bug reports and contribute feature requests. **If your bug report is a security issue, DO NOT report it with a ticket. Please read our [https://docs.djangoproject.com/en/dev/internals/contributing/bugs-and-features/#reporting-security-issues guide to reporting security issues]**.
     16 * [/query?status=!closed&easy=1 "Easy Pickings" Tickets]: Work on simple tickets to get familiar with Django's code base and the contribution process.
    1817 * DjangoDesign: Are you a designer rather than a coder? We still want your input. Let us know how we can improve on Django's visual/UX design.
    1918
Back to Top