Skip to content

Commit ea4f2ef

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

File tree

4 files changed

+62
-40
lines changed

4 files changed

+62
-40
lines changed

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

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Crate build failure
3+
description: My crate failed to build in docs.rs.
4+
labels: build-failure
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
If you need a system dependency added for your crate to build,
11+
consider making a PR to https://github.com/rust-lang/crates-build-env
12+
instead of opening an issue here. There are detailed instructions for
13+
this at https://forge.rust-lang.org/docs-rs/add-dependencies.html.
14+
- type: input
15+
attributes:
16+
label: crate name
17+
validations:
18+
required: true
19+
- type: input
20+
attributes:
21+
label: build failure link
22+
validations:
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: additional details

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

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
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+
24+
- type: input
25+
attributes:
26+
label: requested RAM limit
27+
- type: input
28+
attributes:
29+
label: requested timeout
30+
- type: input
31+
attributes:
32+
label: requested number of targets
33+
34+
- type: textarea
35+
attributes:
36+
label: Why your crate needs the resource increases

0 commit comments

Comments
 (0)