Matt Westcott
38f0cb44a4
Fix github action syntax
2021-04-19 12:03:38 +01:00
Matt Westcott
8f5a2a8fe9
Formalise support for Django 3.2
...
Fixes #6981
2021-04-19 12:03:38 +01:00
Matt Westcott
f2be408f62
Fix wagtailembeds thumbnail_url migration for MySQL 8.0.13 ( #6999 )
...
* Upgrade mysql to 8.0.23 for github actions
* Fix thumbnail_url migration to work on Django 3 / MySQL 8.0.13+
Work around https://code.djangoproject.com/ticket/32503 by applying the not-null constraint before converting to TextField.
2021-04-16 21:41:32 +02:00
Dan Braghis
0ac4a989dc
Add CodeQL workflow ( #6977 )
...
CodeQL is GitHub's vulnerability scanning tool - https://codeql.github.com/docs/
2021-04-09 10:34:16 +01:00
Joan Eliot
a4e35fc02a
Make 'Documentation' an 'issue type'. Fix #6684 ( #6796 )
...
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
2021-03-11 15:28:54 +00:00
Samir Shah
421bcbf9c3
Fix CI builds against development Django version
...
Django has renamed its master branch to main.
2021-03-09 11:00:50 +00:00
Scott Cranfill
2e1eef8bc3
Revert "Support skipping CI"
...
This reverts commit d84df721f0
.
2021-03-04 17:14:38 +00:00
Thibaud Colas
54682ea18d
Add first draft of GSOC issue template ( #6865 )
2021-03-03 17:33:56 +00:00
Scott Cranfill
21503858eb
Limit GitHub Actions docs and test workflows depending on changed paths ( #6786 )
...
This should result in the docs workflow only running if files in the
`docs/` folder have changed, and only run the test workflow if files NOT
in the `docs/` folder have changed.
This commit itself should therefore, I think, only trigger the test
workflow. I will follow up with test commits for the other scenarios
(docs-only and both).
2021-02-04 18:00:46 +00:00
Tom Dyson
d84df721f0
Support skipping CI
...
Don't run CI if the commit message includes "[skip ci]" (like this one!)
2021-02-04 13:53:37 +00:00
Matt Westcott
b5835dd862
Test against Django stable/3.2.x branch
2021-01-19 09:53:30 +00:00
Karl Hobley
b161b66b79
Add a github action to build the docs into JSON format
2021-01-02 11:01:31 +00:00
Matt Westcott
ea9298bd71
add Github Actions config
2020-11-05 12:04:12 +00:00
Martey Dodoo
229103ff2e
Update links in documentation. ( #5689 )
...
Use HTTPS links instead of non-secure HTTP links wherever possible in
documentation.
2019-11-08 09:15:01 +00:00
Matt Westcott
3d5f55d731
Add thanks to squash.io
2019-10-16 10:54:44 +01:00
Prithvi MK
f4cc454e13
Add separate GitHub issue templates for feature requests and bugs. Fix #5560 ( #5594 )
2019-10-02 16:27:31 +01:00
Thibaud Colas
e191582b94
Add a "Dashboard" label for logo link in the main nav for screen reader users ( #5349 )
...
* Use the correct link label for Dashboard link in main nav
* Remove dashboard link title with Wagtail version number
2019-06-04 21:51:18 +01:00
Matt Westcott
df12cf9656
Ask issue openers to confirm that bugs are reproducible
2018-08-16 16:03:46 +01:00
Tom Dyson
ee661ab6f8
README rewrite ( #4372 )
2018-06-28 17:27:55 +01:00
Thibaud Colas
a57b52212c
Mention cross-browser testing in PR template
2018-02-14 17:11:59 +02:00
Matt Westcott
609683ea2c
Clarify "Steps to reproduce" in new issue template ( #3610 )
...
Bug reporters are frequently not making the connection that "Steps to reproduce" means "steps for someone else to independently reproduce this bug", not "steps that I go through on my project to see this bug". Added some example text to gently steer people towards the level of detail we want...
Also trimmed down the "Wagtail version" item under "Technical details", since we don't really need to tell people four different ways to do the same thing. (We don't want people to mentally tune this text out, so I think it's a good habit to remove something for every new thing we add)
2017-05-30 20:31:23 +01:00
Thibaud Colas
f2e4c8eea9
Shrink BrowserStack logo to its display size ( #3566 )
...
Spotted by Mikalai in pypi, which doesn't seem to respect the width attribute of rst images.
2017-04-24 17:08:29 +03:00
Thibaud Colas
816a753f73
Add new section to README to credit supporters ( #3394 )
...
Credits only BrowserStack for now.
2017-02-22 14:22:12 +02:00
Matt Westcott
3917730f5f
Update pull request message to mention the need for linting and tests/docs
...
Also remove Markdown formatting for header / links (because the user usually won't see the formatted version anyhow)
2016-11-09 10:35:14 +00:00
Tim Heap
b4a87d93aa
Add hints for technical details in issue template ( #2999 )
...
The more information we get, the easier it is for users to provide it,
and the more accurate that information is, the better!
2016-09-15 10:11:36 +01:00
Janneke Janssen
574994f6c3
Updated with feedback from Tom
2016-09-08 14:38:00 +02:00
Janneke Janssen
3cbfa6ba82
Adds an Issue template and a Pull request template to Github
2016-09-08 12:03:16 +02:00