Skip to content

Commit 443bf8c

Browse files
authored
add guidelines on bug reporting
1 parent 3897353 commit 443bf8c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ django-libsass builds on libsass-python to make @import paths aware of Django's
8585
mechanism, and provides a filter module for django-compressor which uses the libsass-python API
8686
directly, avoiding the overheads of calling an external executable to do the compilation.
8787

88+
89+
Reporting bugs
90+
~~~~~~~~~~~~~~
91+
92+
Please see the `troubleshooting <https://github.com/torchbox/django-libsass/wiki/Troubleshooting>`_ page for help with some common setup issues.
93+
94+
I do not provide support for getting django-libsass working with your CSS framework of choice. If you believe you've found a bug, please try to isolate it as a minimal reproducible test case before reporting it - ideally this will consist of a few edits / additions to the `hello-django-libsass <https://github.com/gasman/hello-django-libsass>`_ example project. If you cannot demonstrate the problem in a few standalone SCSS files, it is almost certainly not a django-libsass bug - any bug reports that relate to a third-party CSS framework are likely to be closed without further investigation.
95+
96+
8897
Author
8998
~~~~~~
9099

0 commit comments

Comments
 (0)