From 8aaed50cc87239e5480d79cb6c1a17a88339ccc9 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 3 Oct 2019 12:15:36 +0300 Subject: [PATCH] Refs #378 Add Jazzband Contributing Guidelines --- .github/CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CONTRIBUTING.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 0000000..cfb1fd0 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,10 @@ +[![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). + +If you'd like to contribute, simply fork +[the repository](https://github.com/jazzband/tablib), commit your changes to a feature +branch, and send a pull request to `master`. Make sure you add yourself to +[AUTHORS](https://github.com/jazzband/tablib/blob/master/AUTHORS).