You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new-admin.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ body:
9
9
value: |
10
10
Thanks for expressing interest in being an administrator for Django Commons!
11
11
> [!NOTE]
12
-
> We are currently not accepting new admins. We will be revisiting our admin team around April of 2025. Please send your application though and we will reach out when we re-assess things.
12
+
> We revisit our admin team on an annual basis and do not accept new admins on an ad-hoc basis. Please submit this application so that we can reach out when we revisit our admin team. Thank you for your understanding!
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/transfer-project-in.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,14 @@ body:
50
50
options:
51
51
- label: Does the project have a test.pypi.org project?
52
52
- 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.
0 commit comments