Rocket/.github/ISSUE_TEMPLATE/bug-report.md

29 lines
865 B
Markdown
Raw Normal View History

2021-06-25 14:08:34 +00:00
---
name: Bug Report
about: Report behavior that deviates from specification or expectation
title: ''
labels: triage
assignees: ''
---
**Description**
A clear and concise description of what the bug is. This should include links to documentation that is contradicted or an explanation of why the present functionality doesn't match your expectation.
**To Reproduce**
How to reproduce the bug. A fully working code example (`main.rs` + `Cargo.toml`) is preferred.
**Expected Behavior**
A clear and concise description of what you expected to happen.
**Environment:**
- OS Distribution and Kernel: [e.g. Arch Linux 4.16.13, macOS 11.2.1]
- Rocket Version: [e.g. 0.4.12, master@abf996b]
**Additional Context**
Add any other context about the problem here, for example, how you uncovered the bug or if you have ideas about what/where Rocket is going wrong.