Skip to content

Commit b4e9a23

Browse files
Merge pull request #428 from rust-lang/issue-templates
Add issue templates
2 parents 0f58781 + 4ae5795 commit b4e9a23

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

Diff for: .github/ISSUE_TEMPLATE/crate-build-failure.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Crate build failure
3+
about: My crate failed to build in docs.rs.
4+
title: ''
5+
labels: build-failure
6+
assignees: ''
7+
8+
---
9+
10+
**Crate name:**
11+
**Build failure link:**
12+
13+
**Additional details:**
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Sandbox limits increase request
3+
about: My crate build won't complete within the sandbox limits.
4+
title: ''
5+
labels: limits-increase
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Please note we *won't* enable network access or allow
11+
the crate to write in read-only directories, to avoid
12+
compromising the security of docs.rs itself. -->
13+
14+
**Crate name:**
15+
**Build failure link:**
16+
17+
**Requested RAM limit:**
18+
**Requested timeout:**
19+
20+
**Why your crate needs the resource increases:**

Diff for: .github/ISSUE_TEMPLATE/uncategorized-issue.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Uncategorized issue
3+
about: An issue that doesn't fit into the other templates.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)