Skip to content

use new github issue forms for build-failure and sandbox-limits templates #1402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/crate-build-failure.md

This file was deleted.

22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/crate-build-failure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Crate Build Failure
description: My crate failed to build in docs.rs.
labels: build-failure
body:
- type: markdown
attributes:
value: |
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).
- type: input
attributes:
label: Crate name
validations:
required: true
- type: input
attributes:
label: Build failure link
validations:
required: true
- type: textarea
attributes:
label: Additional details
21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/sandbox-limits-increase-request.md

This file was deleted.

36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/sandbox-limits-increase-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Sandbox Limits Increase Request
description: My crate build won't complete within the sandbox limits.
labels: limits-increase
body:
- type: markdown
attributes:
value: |
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.
- type: input
attributes:
label: Crate name
validations:
required: true
- type: input
attributes:
label: Build failure link
validations:
required: true
- type: input
attributes:
label: Requested RAM limit
placeholder: "default: 3 GB"
- type: input
attributes:
label: Requested timeout
placeholder: "default: 15 minutes"
- type: input
attributes:
label: Requested number of targets
placeholder: "default: 10"
- type: textarea
attributes:
label: Why your crate needs the resource increases
validations:
required: true