Skip to content

Commit 4d9a770

Browse files
committed
Add question about NPM package url to transfer project in issue template
1 parent 0231f39 commit 4d9a770

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/transfer-project-in.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ body:
5050
options:
5151
- label: Does the project have a test.pypi.org project?
5252
- label: Would you like to test your deployments with uploads to test.pypi.org (you'll need to create the project first)?
53+
- type: input
54+
id: javascript-package-url
55+
attributes:
56+
label: If the project has a JavaScript component published separately to a registry like NPM, what's the URL to that package?
57+
description: Most projects bundle their JavaScript together with the Python package on PyPI -- so this question likely does not apply to you in -- but some projects have a separate JavaScript package that is published to npm. If your project does this, please provide the URL. If not, you can leave this blank.
58+
placeholder: "https://www.npmjs.com/package/your-package-name"
59+
validations:
60+
required: false
5361
- type: markdown
5462
attributes:
5563
value: |

0 commit comments

Comments
 (0)