ANE/.github/ISSUE_TEMPLATE/bug_report.md

34 lines
405 B
Markdown

---
name: Bug Report
about: Report a build failure, crash, or unexpected behavior
title: "[Bug] "
labels: bug
assignees: ''
---
## Environment
- **Chip**:
- **macOS Version**:
- **Xcode Version**: (run `xcodebuild -version`)
## Description
What happened?
## Steps to Reproduce
1.
2.
3.
## Expected Behavior
What did you expect to happen?
## Logs / Output
```
Paste relevant output here
```