mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Updated step 1 of contributing guide (#5799)
* Create a fork, then clone it. * Link to GitHub’s How-To.
This commit is contained in:
parent
2fa04caf7c
commit
3c7b3ac6df
|
@ -48,9 +48,15 @@ Getting involved in triaging incoming issues is a good way to start contributing
|
|||
|
||||
# Development
|
||||
|
||||
To start developing on Django REST framework, clone the repo:
|
||||
To start developing on Django REST framework, first create a Fork from the
|
||||
[Django REST Framework repo][repo] on GitHub.
|
||||
|
||||
git clone git@github.com:encode/django-rest-framework.git
|
||||
Then clone your fork. The clone command will look like this, with your GitHub
|
||||
username instead of YOUR-USERNAME:
|
||||
|
||||
git clone https://github.com/YOUR-USERNAME/Spoon-Knife
|
||||
|
||||
See GitHub's [_Fork a Repo_][how-to-fork] Guide for more help.
|
||||
|
||||
Changes should broadly follow the [PEP 8][pep-8] style conventions, and we recommend you set up your editor to automatically indicate non-conforming styles.
|
||||
|
||||
|
@ -210,3 +216,5 @@ If you want to draw attention to a note or warning, use a pair of enclosing line
|
|||
[markdown]: https://daringfireball.net/projects/markdown/basics
|
||||
[docs]: https://github.com/encode/django-rest-framework/tree/master/docs
|
||||
[mou]: http://mouapp.com/
|
||||
[repo]: https://github.com/encode/django-rest-framework
|
||||
[how-to-fork]: https://help.github.com/articles/fork-a-repo/
|
||||
|
|
Loading…
Reference in New Issue
Block a user