Skip to content

Commit

Permalink
Merge pull request #428 from rust-lang/issue-templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
Mark-Simulacrum authored Oct 9, 2019
2 parents 0f58781 + 4ae5795 commit b4e9a23
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/crate-build-failure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Crate build failure
about: My crate failed to build in docs.rs.
title: ''
labels: build-failure
assignees: ''

---

**Crate name:**
**Build failure link:**

**Additional details:**
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/sandbox-limits-increase-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Sandbox limits increase request
about: My crate build won't complete within the sandbox limits.
title: ''
labels: limits-increase
assignees: ''

---

<!-- 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. -->

**Crate name:**
**Build failure link:**

**Requested RAM limit:**
**Requested timeout:**

**Why your crate needs the resource increases:**
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/uncategorized-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Uncategorized issue
about: An issue that doesn't fit into the other templates.
title: ''
labels: ''
assignees: ''

---


0 comments on commit b4e9a23

Please sign in to comment.