2016-11-02 17:33:28 +01:00
Thanks for contributing to Wagtail! 🎉
2016-09-08 12:03:16 +02:00
2022-01-11 16:36:14 +01:00
Before submitting, please review the contributor guidelines < https: / / docs . wagtail . org / en / latest / contributing / index . html > and check the following:
2016-11-02 17:33:28 +01:00
2022-01-11 16:36:14 +01:00
* Do the tests still pass? (https://docs.wagtail.org/en/latest/contributing/developing.html#testing)
2016-11-02 17:33:28 +01:00
* 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?
2022-01-11 16:36:14 +01:00
* For front-end changes: Did you test on all of [Wagtail’ s supported environments ](https://docs.wagtail.org/en/latest/contributing/developing.html#browser-and-device-support )?
2021-05-11 17:57:29 +02:00
* **Please list the exact browser and operating system versions you tested**.
* **Please list which assistive technologies you tested**.
2016-11-02 17:33:28 +01:00
* For new features: Has the documentation been updated accordingly?