Update issue templates
This commit is contained in:
parent
4beb7f32c4
commit
6a0705ca9d
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -19,8 +19,6 @@ Please include the steps you took, including the commands you ran in your termin
|
|||
|
||||
**What did you hope to happen?**
|
||||
|
||||
(A clear and concise description of what you expected to happen.)
|
||||
|
||||
**Does `./test-image` work?**
|
||||
|
||||
If you check out the repository on a Mac or Linux system and run `./build-image`, does it succeed or fail? This will build several known-good examples from the `rust-musl-builder/examples` directory.
|
||||
|
|
12
.github/ISSUE_TEMPLATE/build_request.md
vendored
Normal file
12
.github/ISSUE_TEMPLATE/build_request.md
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: Build request
|
||||
about: Does the image need to be rebuilt?
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: emk
|
||||
|
||||
---
|
||||
|
||||
**Rust release:** (stable, X.Y.Z, beta, nightly-YYYY-MM-DD)
|
||||
|
||||
**OpenSSL:** 1.0/1.1 (pick one)
|
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
4
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -4,10 +4,10 @@ about: I like hearing suggestions (but I don't always have time to implement the
|
|||
unfortunatey).
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
assignees: emk
|
||||
|
||||
---
|
||||
|
||||
**How could this project be improved?**
|
||||
|
||||
**If you're interested in implementing this feature yourself, would you like input or mentoring?**
|
||||
**If you're interested in implementing this feature yourself, how could I help you?**
|
||||
|
|
Loading…
Reference in a new issue