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

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

48 lines
2.8 KiB
Markdown
Raw Normal View History

# Contributing
2016-02-03 08:59:29 +01:00
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.
## Working on an issue
2016-02-03 08:59:29 +01:00
👉 If an issue isnt being worked on by anyone, go for it! **No need to ask "please assign me this issue".** Add a comment to claim the issue once youre ready to start.
2016-02-03 08:59:29 +01:00
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
## Reporting bugs
To report bugs, use our [issue tracker](https://github.com/wagtail/wagtail/issues).
## Feature requests
Use our [issue tracker](https://github.com/wagtail/wagtail/issues) for feature requests, or go the [Wagtail Slack](https://github.com/wagtail/wagtail/wiki/Slack) or [Discussions](https://github.com/wagtail/wagtail/discussions) if you want to discuss an idea before requesting it.
## Support
Please don't use the issue tracker for support - use [the 'wagtail' tag on Stack Overflow](https://stackoverflow.com/questions/tagged/wagtail) (preferred) or the [#support channel](https://github.com/wagtail/wagtail/wiki/Slack#support) on the [Wagtail Slack](https://github.com/wagtail/wagtail/wiki/Slack).
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 [status:Needs Review](https://github.com/wagtail/wagtail/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3A%22status%3ANeeds+Review%22).
## Triaging issues
We welcome help with triaging issues and pull requests. You can help by:
- Adding more details or your own perspective to bug reports or feature requests.
- Attempting to reproduce issues tagged [status:Unconfirmed](https://github.com/wagtail/wagtail/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Astatus%3AUnconfirmed) and sharing your findings.
- Reviewing or otherwise offering your feedback on pull requests.
View our [issue tracking guidelines](https://docs.wagtail.org/en/latest/contributing/issue_tracking.html) for more information.
2016-02-03 08:59:29 +01:00
## Translations
Please submit any new or improved translations through [Transifex](https://explore.transifex.com/torchbox/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).