Skip to content

Commit b389f85

Browse files
authored
Add link to contributing documentation in CONTRIBUTING.md (django-commons#2086)
1 parent 0a1f8ab commit b389f85

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CONTRIBUTING.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Contributing to Django Debug Toolbar
2+
13
This is a [Django Commons](https://github.com/django-commons/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md).
24

3-
Please see the
4-
[README](https://github.com/django-commons/membership/blob/main/README.md)
5-
for more help.
5+
## Documentation
6+
7+
For detailed contributing guidelines, please see our [Documentation](https://django-debug-toolbar.readthedocs.io/en/latest/contributing.html).
8+
9+
## Additional Resources
10+
11+
Please see the [README](https://github.com/django-commons/membership/blob/main/README.md) for more help.

docs/changes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pending
1010
* Wrap ``SHOW_TOOLBAR_CALLBACK`` function with ``sync_to_async``
1111
or ``async_to_sync`` to allow sync/async compatibility.
1212
* Make ``require_toolbar`` decorator compatible to async views.
13+
* Added link to contributing documentation in ``CONTRIBUTING.md``.
1314

1415
5.0.1 (2025-01-13)
1516
------------------

0 commit comments

Comments
 (0)