2021-11-05 21:17:01 +00:00
|
|
|
<!-- Thank you for contributing to Pyodide! All improvements are welcome,
|
|
|
|
so don't be afraid to make a PR. -->
|
|
|
|
|
2022-01-10 21:47:59 +00:00
|
|
|
<!-- [IMPORTANT] Note on CI failures:
|
2021-11-05 21:17:01 +00:00
|
|
|
Currently, we are having issues with selenium-based tests.
|
|
|
|
Don't panic if the CI fails on your PR because of timeouts.
|
|
|
|
It's probably not your fault. We will investigate :) -->
|
|
|
|
|
|
|
|
### Description
|
|
|
|
|
|
|
|
<!-- Please explain what your PR is about:
|
|
|
|
- reasoning for the change
|
|
|
|
- some details of updated code
|
|
|
|
- any noteworthy choices to be aware of
|
|
|
|
Please refer to any related issues by #<issue_id> -->
|
|
|
|
|
|
|
|
### Checklists
|
|
|
|
|
2021-11-16 02:18:42 +00:00
|
|
|
<!-- Note on checklists:
|
|
|
|
If you think some of these steps are not necessary for your PR,
|
|
|
|
just remove those checkboxes, or mark them as checked. Otherwise,
|
|
|
|
if some checkboxes are left unmarked, we might assume that your PR
|
|
|
|
is not ready to be merged and we might keep you waiting -->
|
2021-11-05 21:17:01 +00:00
|
|
|
|
2021-11-16 02:18:42 +00:00
|
|
|
- [ ] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry
|
2021-11-05 21:17:01 +00:00
|
|
|
- [ ] Add / update tests
|
|
|
|
- [ ] Add new / update outdated documentation
|