From 9816379dc57891aba378fa6657142f9e4d71ff26 Mon Sep 17 00:00:00 2001 From: koenichiwa <47349524+koenichiwa@users.noreply.github.com> Date: Sun, 5 Nov 2023 15:55:51 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0392a40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Version info** + - OS: [e.g. `Linux` or `iOS`] + - Cargo version(s): [Output of `cargo -V`: e.g. `cargo 1.75.0-nightly (65e297d1e 2023-11-03)`] (Can use multiple) + - Crate dependency in `Cargo.toml`: [e.g. `const_typed_builder = "0.3.0"`] + +**To Reproduce** +Please provide a [Minimal Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Error Log** +The output from the error. Preferably when run with `cargo +nightly`. + +**Additional context** +Add any other context about the problem here.