mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 11:07:57 +01:00
8b3540de0d
- Avoid additional 'Wagtail' names in the docs titles (inc. contributing)
48 lines
2.8 KiB
Markdown
48 lines
2.8 KiB
Markdown
# Contributing
|
||
|
||
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.
|
||
|
||
## Working on an issue
|
||
|
||
👉 If an issue isn’t 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 you’re ready to start.
|
||
|
||
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.
|
||
|
||
## 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).
|
||
|
||
## 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.
|
||
|
||
## Translations
|
||
|
||
Please submit any new or improved translations through [Transifex](https://explore.transifex.com/torchbox/wagtail/).
|
||
|
||
## Accessibility testing
|
||
|
||
We’d 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).
|