We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b9f39f commit f559426Copy full SHA for f559426
.github/ISSUE_TEMPLATE/nominate-a-pytorch-ambassador.yml
@@ -20,12 +20,13 @@ body:
20
— The PyTorch Foundation Team 🧡
21
22
- type: input
23
- id: disabled-field
+ id: closed-message
24
attributes:
25
- label: "Submissions are closed"
26
- description: "This form is currently disabled."
27
- placeholder: "Try again next cycle."
28
- disabled: true
+ label: "🚫 Submissions Closed"
+ description: "Nominations are currently closed. Please check back during the next cycle."
+ placeholder: "This field is inactive"
+ validations:
29
+ required: true
30
31
# - type: markdown
32
# attributes:
0 commit comments