diff options
| author | Tom Christie | 2012-09-27 12:49:08 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-27 12:49:08 +0100 |
| commit | 061cffb67bde746367c3d2a0018d821a50ab7ffc (patch) | |
| tree | d1359f543557217a0022d30a2244f4aca046948f /docs/topics/contributing.md | |
| parent | 0cc7030aab9f2b97ce6b5db55d6d1a8a32d50231 (diff) | |
| download | django-rest-framework-061cffb67bde746367c3d2a0018d821a50ab7ffc.tar.bz2 | |
Added citation to contributing docs
Diffstat (limited to 'docs/topics/contributing.md')
| -rw-r--r-- | docs/topics/contributing.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index 8e8b98ac..7fd61c10 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -1,8 +1,15 @@ # Contributing to REST framework +> The world can only really be changed one piece at a time. The art is picking that piece. +> +> — [Tim Berners-Lee][cite] + +## Running the tests + +## Building the docs + ## Managing compatibility issues **Describe compat module** -## Running the tests - +[cite]: http://www.w3.org/People/Berners-Lee/FAQ.html
\ No newline at end of file |
