Skip to content

Commit 864343c

Browse files
committed
review fixes
1 parent c488d26 commit 864343c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/crate-build-failure.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
If you need a system dependency added for your crate to build,
10-
consider making a PR to https://github.com/rust-lang/crates-build-env
11-
instead of opening an issue here. There are detailed instructions for
12-
this at https://forge.rust-lang.org/docs-rs/add-dependencies.html.
9+
If you need a system dependency added for your crate to build, consider making a PR to [rust-lang/crates-build-env](https://github.com/rust-lang/crates-build-env) instead of opening an issue here. There are detailed instructions for this [on this page](https://forge.rust-lang.org/docs-rs/add-dependencies.html).
1310
- type: input
1411
attributes:
15-
label: crate name
12+
label: Crate name
1613
validations:
1714
required: true
1815
- type: input

.github/ISSUE_TEMPLATE/sandbox-limits-increase-request.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Please note we *won't* enable network access or allow
10-
the crate to write in read-only directories, to avoid
11-
compromising the security of docs.rs itself.
9+
Please note we *won't* enable network access or allow the crate to write in read-only directories, to avoid compromising the security of docs.rs itself.
1210
- type: input
1311
attributes:
14-
label: crate name
12+
label: Crate name
1513
validations:
1614
required: true
1715
- type: input
@@ -22,12 +20,17 @@ body:
2220
- type: input
2321
attributes:
2422
label: requested RAM limit
23+
placeholder: "default: 3 GB"
2524
- type: input
2625
attributes:
2726
label: requested timeout
27+
placeholder: "default: 15 minutes"
2828
- type: input
2929
attributes:
3030
label: requested number of targets
31+
placeholder: "default: 10"
3132
- type: textarea
3233
attributes:
3334
label: Why your crate needs the resource increases
35+
validations:
36+
required: true

0 commit comments

Comments
 (0)