├── README.md
└── .github
└── ISSUE_TEMPLATE
└── bug_report.md
/README.md:
--------------------------------------------------------------------------------
1 | # AMD OS X Bugtracker
2 |
3 | Please use this to report any bugs/issues with your AMD macOS Installation.
4 | Remember to include all the information you can within your report following the template provided.
5 |
6 |
7 | To report bugs related to the OpenCore bootloader, go [here](https://github.com/acidanthera/bugtracker).
8 |
9 |
10 | [Discord Server](https://discord.gg/VypMs8a) |
11 | [Vanilla Guide](https://dortania.github.io/getting-started) |
12 | [Forum](https://forum.amd-osx.com)
13 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: Bug
5 | labels: bug
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | **To Reproduce**
14 | Steps to reproduce the behavior:
15 | 1. Go to '...'
16 | 2. Click on '....'
17 | 3. Scroll down to '....'
18 | 4. See error
19 |
20 | **Expected behavior**
21 | A clear and concise description of what you expected to happen.
22 |
23 | **Screenshots**
24 | If applicable, add screenshots to help explain your problem.
25 |
26 | **System Version (please complete the following information):**
27 | - macOS: [e.g. 10.15.4]
28 | - Build Number [e.g. 19E266]
29 |
30 | **System Information (please complete the following information):**
31 | - CPU
32 | - Motherboard
33 | - GPU
34 | - Bootloader
35 |
36 | **Additional context**
37 | Add any other context about the problem here.
38 |
--------------------------------------------------------------------------------