1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00

Update issue templates

This commit is contained in:
Tyler Nguyen 2020-06-28 21:47:52 -05:00 committed by GitHub
parent a985053bc5
commit f159a15717
2 changed files with 67 additions and 0 deletions

47
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,47 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Appropriate boot and/or debug logs**
Please learn how to debug, it will help you help yourself AND help others help you.
**If you do cannot provide boot and/or debug logs, please provide a ZIP of your EFI**
Make sure to remove your sensitive SMBIOS info before sharing.
Finally, an example of a **bad** issue:
```
My keyboard does not work. Can you please help?
```
Example of a **good** issue:
```
My keyboard does not work.
I have applied the appropriate patches according to your docs as followed:
`ssdt-keyboard1.aml`
`voodoo-keyboard`
Here are my boot logs:
Here is my EFI:
```

View file

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.