diff options
| author | Stephan Groß | 2013-05-28 17:13:12 +0200 |
|---|---|---|
| committer | Stephan Groß | 2013-05-28 17:13:12 +0200 |
| commit | 7a570e16e97a42d58855b5c06ea7b4d2cc0745e6 (patch) | |
| tree | 09c25da3773f9680ad35127bc9838e6701926a2f /docs/topics/contributing.md | |
| parent | d7bf02e09ea85778c0a3fad572ad33d637c0602f (diff) | |
| download | django-rest-framework-7a570e16e97a42d58855b5c06ea7b4d2cc0745e6.tar.bz2 | |
Fix md formatting and typos
Diffstat (limited to 'docs/topics/contributing.md')
| -rw-r--r-- | docs/topics/contributing.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index fd60daea..123e4a8a 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -1,6 +1,6 @@ # Contributing to REST framework -> The world can only really be changed one piece at a time. The art is picking that piece. +> The world can only really be changed one piece at a time. The art is picking that piece. > > — [Tim Berners-Lee][cite] @@ -24,7 +24,7 @@ Some tips on good issue reporting: * When describing issues try to phrase your ticket in terms of the *behavior* you think needs changing rather than the *code* you think need changing. * Search the issue list first for related items, and make sure you're running the latest version of REST framework before reporting an issue. -* If reporting a bug, then try to include a pull request with a failing test case. This will help us quickly identify if there is a valid issue, and make sure that it gets fixed more quickly if there is one. +* If reporting a bug, then try to include a pull request with a failing test case. This will help us quickly identify if there is a valid issue, and make sure that it gets fixed more quickly if there is one. @@ -32,6 +32,7 @@ Some tips on good issue reporting: # Development + * git clone & PYTHONPATH * Pep8 * Recommend editor that runs pep8 |
