Add pull request template for Pyodide Github repository [skip ci] (#1925)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
This commit is contained in:
Gyeongjae Choi 2021-11-06 06:17:01 +09:00 committed by GitHub
parent 27e0b4f248
commit 856c6988ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

23
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,23 @@
<!-- Thank you for contributing to Pyodide! All improvements are welcome,
so don't be afraid to make a PR. -->
<!-- [IMPORTANT] Note on CI failures:
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
Not all of these steps are necessary for every PR.
- [ ] Add a [CHANGELOG](https://github.com/pyodide/pyodide/blob/main/docs/project/changelog.md) entry or explain why an entry is not needed
- [ ] Add / update tests
- [ ] Add new / update outdated documentation