bevy/.github/ISSUE_TEMPLATE/bug_report.md
Alice Cecile 203c7c1aca Issue template for documentation improvements (#1732)
The existing issue templates don't fit well for "the docs are not very good" and are too high friction.

This is intended as a very-low friction tool to provide the basis for more thorough docs PRs.
2021-04-13 20:18:54 +00:00

33 lines
661 B
Markdown

---
name: Bug Report
about: Report a bug to help us improve!
title: ''
labels: bug, needs-triage
assignees: ''
---
## Bevy version
The release number or commit hash of the version you're using.
## Operating system & version
Ex: Windows 10, Ubuntu 18.04, iOS 14.
## What you did
The steps you took to uncover this bug. Please list full reproduction steps if
feasible.
## What you expected to happen
What you think should've happened if everything was working properly.
## What actually happened
The actual result of the actions you described.
## Additional information
Any additional information you would like to add such as screenshots, logs, etc.