diff --git a/.github/ISSUE_TEMPLATE/package_request.yml b/.github/ISSUE_TEMPLATE/package_request.yml index a97d0f5d3..e25dafb61 100644 --- a/.github/ISSUE_TEMPLATE/package_request.yml +++ b/.github/ISSUE_TEMPLATE/package_request.yml @@ -17,7 +17,14 @@ body: - type: input attributes: label: Package Name - description: Which package do you want installed? + description: Which package do you want to get installed? + value: + validations: + required: true + - type: input + attributes: + label: Package Version + description: What is the version of the package? value: validations: required: true @@ -47,6 +54,15 @@ body: - other validations: required: true + - type: textarea + attributes: + label: Reproducible test case + description: Please provide instructions to admins by uploading a reproducible test notebook (ipynb, rmd) or a code block (Python/R/Julia) +