0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 02:18:39 +01:00
wagtail/.github/CONTRIBUTING.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
1.7 KiB
Markdown
Raw Normal View History

2016-02-03 08:59:29 +01:00
# Contributing to Wagtail
Thank you for considering to help Wagtail.
We welcome all support, whether on bug reports, code, design, reviews, tests,
2016-02-03 08:59:29 +01:00
documentation, translations or just feature requests.
## Using the issue tracker
The [issue tracker](https://github.com/wagtail/wagtail/issues) is
2016-02-03 08:59:29 +01:00
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 [the 'wagtail' tag on Stack Overflow](https://stackoverflow.com/questions/tagged/wagtail) (preferred) or our [Wagtail support group](https://groups.google.com/forum/#!forum/wagtail).
2016-02-03 08:59:29 +01:00
## New code
Please review the
[contributing guidelines](https://docs.wagtail.org/en/latest/contributing/index.html).
You might like to start by checking issues with the
[good first issue](https://github.com/wagtail/wagtail/labels/good%20first%20issue) label.
2016-02-03 08:59:29 +01:00
## Code reviews
We welcome code reviews from everyone. There's always a list of pull requests tagged ['Needs review'](https://github.com/wagtail/wagtail/pulls?q=is%3Apr+is%3Aopen+label%3A%22Needs+review%22).
2016-02-03 08:59:29 +01:00
## Translations
Please submit any new or improved translations through [Transifex](https://www.transifex.com/projects/p/wagtail/).
## Accessibility testing
Wed love to get feedback on the accessibility of Wagtail. Get in touch with our [accessibility team](https://github.com/wagtail/wagtail/wiki/Accessibility-team) if you are testing Wagtail and want to report your findings, or have a look at our [backlog of accessibility issues and improvements](https://github.com/wagtail/wagtail/projects/5). We also document our [testing targets and known issues](https://docs.wagtail.org/en/latest/contributing/developing.html#accessibility-targets).