0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-25 13:10:14 +01:00
wagtail/.github/PULL_REQUEST_TEMPLATE.md
LB (Ben Johnston) 0012c344d9
auto-format core markdown files (#8603)
- clean up formatting on existing martkdown files to align with prettier
2022-06-01 23:08:56 +10:00

23 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Thanks for contributing to Wagtail! 🎉
Before submitting, please review the [contributor guidelines](https://docs.wagtail.org/en/latest/contributing/index.html).
-->
_Please check the following:_
- [ ] Do the tests still pass?[^1]
- [ ] Does the code comply with the style guide?
- [ ] Run `make lint` from the Wagtail root.
- [ ] For Python changes: Have you added tests to cover the new/fixed behaviour?
- [ ] For front-end changes: Did you test on all of Wagtails supported environments?[^2]
- [ ] **Please list the exact browser and operating system versions you tested**:
- [ ] **Please list which assistive technologies [^3] you tested**:
- [ ] For new features: Has the documentation been updated accordingly?
**Please describe additional details for testing this change**.
[^1]: [Development Testing](https://docs.wagtail.org/en/latest/contributing/developing.html#testing)
[^2]: [Browser and device support](https://docs.wagtail.org/en/latest/contributing/developing.html#browser-and-device-support)
[^3]: [Accessibility Target](https://docs.wagtail.org/en/latest/contributing/developing.html#accessibility-targets)