Skip to content

Commit

Permalink
Merge pull request #66 from koenichiwa/doc/bug-report
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
koenichiwa authored Nov 5, 2023
2 parents a6f647a + 9816379 commit ade054d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ade054d

Please sign in to comment.