Changes between Version 303 and Version 304 of WikiStart


Ignore:
Timestamp:
Sep 22, 2016, 9:12:52 AM (8 years ago)
Author:
Tim Graham
Comment:

Fixed GitHub casing

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v303 v304  
    33Django is an open source project, run by volunteers - people just like you! We need your help to make Django as good as it can possibly be.
    44
    5 Django is available under the [https://github.com/django/django/blob/master/LICENSE BSD license]. The source code repository is stored on [https://github.com/django/django Github].
     5Django is available under the [https://github.com/django/django/blob/master/LICENSE BSD license]. The source code repository is stored on [https://github.com/django/django GitHub].
    66
    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, [/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].)
     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 contribution 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]!
     11Once you've logged in with your GitHub account, please read [https://docs.djangoproject.com/en/stable/internals/contributing/ our contribution 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:
Back to Top