Kira Schroder

Results 13 issues of Kira Schroder

Created post #35 for discussion, where I removed an empty stub. Are there things important to point out to folks about Percona and performance?

Different WordPress hosts provide different ways to make sure that WordPress emails are delivered properly on their platform Document best practices for users and hosts.

Created post #35 for discussion, where I removed a couple of default `php.ini` lines/values. I think it's helpful to have the sample `php.ini` settings, but we should either have them...

Right now, I've included the [CODE_OF_CONDUCT.md](https://github.com/WordPress/hosting-handbook/blob/master/CODE_OF_CONDUCT.md) verbatim from the Gutenberg/Docker/etc repos, and it is linked from [CONTRIBUTING.md](https://github.com/WordPress/hosting-handbook/blob/master/CONTRIBUTING.md) but excluded from the handbook manifest generator. I realize the team is assumed...

enhancement

As core is [testing and considering moving to GitHub Actions](https://make.wordpress.org/core/2020/10/15/introducing-github-actions-for-automated-testing/), this seems like a good time to make a sample one for hosts that want to use it.

ContributorDay

This ticket is to discuss the inclusion of a way to allow hosts to opt-in to automated testing of plugins, in addition to WordPress. The current [stated goal](https://make.wordpress.org/hosting/test-results/) of the...

enhancement
ContributorDay

Environment information collection happens via a string replacement on https://github.com/WordPress/phpunit-test-runner/blob/master/prepare.php#L91. This means that if the comments in `wp-tests-config-sample.php` are changed in core, environment reporting in the test runner breaks. This...

enhancement
help wanted

Both [WordPress core](https://github.com/WordPress/wordpress-develop/tree/master/tests/e2e) and the [Gutenberg project](https://github.com/WordPress/gutenberg/tree/master/packages/e2e-tests) support End to End tests. The test runner should support them for distributed tests as well.

enhancement
help wanted

Hosts have an interest in providing results from more than one platform (like Shared, and Managed, for example), along with multiple PHP versions (for one or more of the platforms)...

help wanted

Hosts are contacted if tests fail when they are passing on core's TravisCI, but not when they haven't reported in some time. There's a section on the [test results page](https://make.wordpress.org/hosting/test-results/)...

enhancement
help wanted
ContributorDay