Skip to content

Commit 6e77161

Browse files
committed
use new github issue forms for build-failure and sandbox-limits templates
1 parent 3d582f5 commit 6e77161

File tree

4 files changed

+58
-40
lines changed

4 files changed

+58
-40
lines changed

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

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Crate build failure
3+
description: My crate failed to build in docs.rs.
4+
labels: build-failure
5+
body:
6+
- type: markdown
7+
attributes:
8+
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.
13+
- type: input
14+
attributes:
15+
label: crate name
16+
validations:
17+
required: true
18+
- type: input
19+
attributes:
20+
label: build failure link
21+
validations:
22+
required: true
23+
- type: textarea
24+
attributes:
25+
label: additional details

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

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: Sandbox limits increase request
3+
description: My crate build won't complete within the sandbox limits.
4+
labels: limits-increase
5+
body:
6+
- type: markdown
7+
attributes:
8+
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.
12+
- type: input
13+
attributes:
14+
label: crate name
15+
validations:
16+
required: true
17+
- type: input
18+
attributes:
19+
label: build failure link
20+
validations:
21+
required: true
22+
- type: input
23+
attributes:
24+
label: requested RAM limit
25+
- type: input
26+
attributes:
27+
label: requested timeout
28+
- type: input
29+
attributes:
30+
label: requested number of targets
31+
- type: textarea
32+
attributes:
33+
label: Why your crate needs the resource increases

0 commit comments

Comments
 (0)