Skip to content

Commit 3fc6ad8

Browse files
authored
Update request_permissions.yml
1 parent fa3991b commit 3fc6ad8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/request_permissions.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
Please view the [developer documentation](https://github.com/llvm/torch-mlir/blob/main/docs/development.md#requesting-repository-permissions) for requirements to request access.
1212
1313
- type: dropdown
14-
id: Desired Role
14+
id: desired-role
1515
attributes:
1616
label: Which role are you requesting?
1717
description: |
@@ -23,9 +23,10 @@ body:
2323
- Triage
2424
- Write
2525
- Admin
26+
validations:
2627
required: true
2728
- type: textarea
28-
id: Why do you want access?
29+
id: reason-for-access
2930
attributes:
3031
label:
3132
description: |
@@ -38,13 +39,14 @@ body:
3839
validations:
3940
required: true
4041
- type: textarea
41-
id: Recent Pull Requests
42+
id: recent-prs
4243
attributes:
4344
label:
4445
description: Please link two of your recent pull requests in this repository (or a similar open-source repository).
4546
placeholder: |
4647
Example PR 1:
4748
Example PR 2:
49+
validations:
4850
required: true
4951
- type: textarea
5052
id: optional-additional-context

0 commit comments

Comments
 (0)