Skip to content

Commit

Permalink
Merge pull request #6354 from balajialg/package_template
Browse files Browse the repository at this point in the history
Adding instructions to request package version and reproducible test cases for future package requests
  • Loading branch information
balajialg authored Oct 9, 2024
2 parents 59c6079 + ec91570 commit 4b9b4ac
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/package_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
<!-- 1. Click the following notebook URL to Launch server on x.datahub.berkeley.edu URL
2. Run cell no. y to execute the code block using the requested package
3. You should get the following output to confirm that the package installation worked as expected.
validations:
required: true
- type: textarea
attributes:
label: Course Name
Expand Down

0 comments on commit 4b9b4ac

Please sign in to comment.