From 76c6a541f16b7ebeea2f743573ce1c5972eba302 Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Wed, 3 Feb 2016 07:59:29 +0000 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..f82d8c8065 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +# Contributing to Wagtail + +Thank you for considering to help Wagtail. + +We welcome all support, whether on bug reports, code, design, reviews, tests, +documentation, translations or just feature requests. + +## Using the issue tracker + +The [issue tracker](https://github.com/torchbox/wagtail/issues) is +the preferred channel for [bug reports](#bugs), [features requests](#features) +and [submitting pull requests](#pull-requests). Please don't use the issue tracker +for support - use our [Wagtail support group](https://groups.google.com/forum/#!forum/wagtail). + +## New code + +Please review the +[coding guidelines](http://docs.wagtail.io/en/latest/contributing/developing.html#coding-guidelines). +You might like to start by checking issues with the +[Ready to develop](https://github.com/torchbox/wagtail/issues?q=is%3Aopen+is%3Aissue+label%3A%22Ready+to+develop%21%22) label. + +## Code reviews + +We welcome code reviews from everyone. There's always a list of pull requests tagged ['Needs review'](https://github.com/torchbox/wagtail/pulls?q=is%3Apr+is%3Aopen+label%3A%22Needs+review%22). + +## Translations + +Please submit any new or improved translations through [Transifex](https://www.transifex.com/projects/p/wagtail/).