diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..db06358c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,31 @@ +--- +name: Bug report +about: Create a report to help notify of issues +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the issue is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Open app or .command '...' +2. Enter '....' +3. See error + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Build Folder** +If applicable, add the generated OpenCore Build to help explain your problem. + +**Hardware (please complete the following information):** + - OS Running (ie. macOS 10.15.7, Catalina) + - OS Patching (ie. macOS 11.2.3, Big Sur) + - Model Patching (ie. MacPro5,1) + +**Additional context** +Add any other context about the problem here.