diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 28e17cd..983f3c1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/build_request.md b/.github/ISSUE_TEMPLATE/build_request.md new file mode 100644 index 0000000..3053fc8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/build_request.md @@ -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) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a9a280f..9644b1a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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?**