diff options
| author | Tom Christie | 2013-03-22 22:11:30 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-03-22 22:11:30 +0000 |
| commit | 9cdf8411698296fdbedf978d7b83c9d46b30e0d7 (patch) | |
| tree | 3ffb611d491de8a6e66ad066fda025ab5a3786e1 | |
| parent | fe82982ff2f517a689542fe21bb5386ca9fc60fc (diff) | |
| download | django-rest-framework-9cdf8411698296fdbedf978d7b83c9d46b30e0d7.tar.bz2 | |
Tweaking
| -rw-r--r-- | docs/topics/contributing.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index f8e2baab..a13f4461 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -26,6 +26,8 @@ Some tips on good issue reporting: * 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'll help us quickly identify if there is a valid issue, and make sure that it gets fixed more quickly if there is one. + + * TODO: Triage # Development @@ -119,7 +121,7 @@ If you want to draw attention to a note or warning, use a pair of enclosing line --- -# Third party packages +# Third party packages * Django reusable app |
