mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
229103ff2e
Use HTTPS links instead of non-secure HTTP links wherever possible in documentation.
10 lines
645 B
Markdown
10 lines
645 B
Markdown
Thanks for contributing to Wagtail! 🎉
|
||
|
||
Before submitting, please review the contributor guidelines <https://docs.wagtail.io/en/latest/contributing/index.html> and check the following:
|
||
|
||
* Do the tests still pass? (https://docs.wagtail.io/en/latest/contributing/developing.html#testing)
|
||
* 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 Wagtail’s supported browsers? **Please list the exact versions you tested**.
|
||
* For new features: Has the documentation been updated accordingly?
|