From 90d36f0fce39e3f13d51f7704a03d91469973243 Mon Sep 17 00:00:00 2001 From: Matt Seymour Date: Tue, 11 Jan 2022 12:14:14 +0000 Subject: [PATCH] Add default contributing.md file Jazzband projects need to include a CONTRIBUTING.md file. This is the minimum contribution file required. This should be expanded in the future. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..829a22a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +[![Jazzband](https://jazzband.co/static/img/jazzband.svg)](https://jazzband.co/) + +This is a [Jazzband](https://jazzband.co/) project. By contributing you agree to abide by the [Contributor Code of Conduct](https://jazzband.co/about/conduct) and follow the [guidelines](https://jazzband.co/about/guidelines). + +Please see the +[full contributing documentation](https://django-debug-toolbar.readthedocs.io/en/stable/contributing.html) +for more help.