From 5fb36a458be37270efecdc9638202a13b62d28f8 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Mon, 1 Jul 2024 18:47:59 +0900 Subject: [PATCH] Update package request template (#4904) --- .github/ISSUE_TEMPLATE/package_request.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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.