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/request_permissions.yml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ body:
11
11
Please view the [developer documentation](https://github.com/llvm/torch-mlir/blob/main/docs/development.md#requesting-repository-permissions) for requirements to request access.
12
12
13
13
- type: dropdown
14
-
id: Desired Role
14
+
id: desired-role
15
15
attributes:
16
16
label: Which role are you requesting?
17
17
description: |
@@ -23,9 +23,10 @@ body:
23
23
- Triage
24
24
- Write
25
25
- Admin
26
+
validations:
26
27
required: true
27
28
- type: textarea
28
-
id: Why do you want access?
29
+
id: reason-for-access
29
30
attributes:
30
31
label:
31
32
description: |
@@ -38,13 +39,14 @@ body:
38
39
validations:
39
40
required: true
40
41
- type: textarea
41
-
id: Recent Pull Requests
42
+
id: recent-prs
42
43
attributes:
43
44
label:
44
45
description: Please link two of your recent pull requests in this repository (or a similar open-source repository).
0 commit comments