diff --git a/.github/ISSUE_TEMPLATE/package_request.md b/.github/ISSUE_TEMPLATE/package_request.md index 2839be87c..4b6d3e1f1 100644 --- a/.github/ISSUE_TEMPLATE/package_request.md +++ b/.github/ISSUE_TEMPLATE/package_request.md @@ -6,10 +6,22 @@ labels: new package request assignees: "" --- - + ## 🐍 Package Request - Package Name and Version : - Package URL : - Package Dependencies that needs to be resolved first: + +## Checklists + +- [ ] I have tried to install the package using `micropip.install(...)` and encountered the issue. +- [ ] I have read the [documentation](https://pyodide.org/en/stable/development/building-and-testing-packages.html) and tried building the package myself.