Skip to content

Commit b40523f

Browse files
committed
add section “How to report bugs”
1 parent 419a8a5 commit b40523f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/contributing.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ sorting is organized: Somtimes by the model, somtimes for the admin interface an
6868
directions. So don't be confused about seeing different editors for exactly the same model.
6969

7070

71+
Reporting Bugs
72+
==============
73+
74+
For me it often is very difficult to comprehend why this library does not work with *your* project.
75+
Therefore wheneever you want to report a bug, report it in a way so that I can reproduce it.
76+
77+
**Checkout the code, build the client and run the demo** as decribed in the previous section.
78+
Every feature offered by **django-admin-sortable2** is implemented in the demo named ``testapp``.
79+
If you can reproduce the bug there, report it. Otherwise check why your application behaves
80+
differently.
81+
82+
7183
Running Tests
7284
=============
7385

0 commit comments

Comments
 (0)