From 05a8c82af7926229e87479f66fec146d22ea7a4a Mon Sep 17 00:00:00 2001 From: sagie gur ari Date: Mon, 30 Dec 2019 10:57:30 +0000 Subject: [PATCH] update templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a9b42ff..5f6aacc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -19,6 +19,6 @@ The error stack trace ``` **Code Sample** -```rust -/// paste code here +```sh +# paste code here ``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f77d9e2..81d1d15 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -14,6 +14,6 @@ A clear description of the feature request. A clear and concise description of what you want to happen. **Code Sample** -```rust -/// paste code here +```sh +# paste code here ```