···11+---
22+name: Build Issue
33+about: An issue building Darling
44+labels: 'build'
55+---
66+77+**Build Log**
88+What is the build error?
99+```
1010+Put the build log here!
1111+```
1212+1313+**System Information**
1414+What system are you building with?
1515+1616+| Software | Version |
1717+| --- | --- |
1818+| Clang | X.Y.Z |
1919+| CMake | X.Y.Z |
2020+| Linux Kernel | X.Y.Z |
2121+| Darling | Git Commit Hash |
+28
.github/ISSUE_TEMPLATE/lkm_bug.md
···11+---
22+name: LKM Bug
33+about: An issue with the Linux kernel module
44+labels: 'bug, linux kernel module'
55+---
66+77+**Expected Result**
88+What did you expect to happen?
99+1010+**Actual Result**
1111+What did happen?
1212+1313+**Steps To Reproduce**
1414+1. If possible, what steps can you take to reproduce the issue?
1515+1616+**``dmesg`` Output**
1717+Run ```dmesg | grep 'overlay\|darling'```
1818+```
1919+Put the command output here!
2020+```
2121+2222+**System Information**
2323+What system are you using?
2424+2525+| Software | Version |
2626+| --- | --- |
2727+| Linux Kernel | X.Y.Z |
2828+| Darling | Git Commit Hash |
+22
.github/ISSUE_TEMPLATE/misc_bug.md
···11+---
22+name: Miscellaneous Bug
33+about: A miscellaneous bug in Darling
44+labels: 'bug'
55+---
66+77+**Expected Result**
88+What did you expect to happen?
99+1010+**Actual Result**
1111+What did happen?
1212+1313+**Steps To Reproduce**
1414+1. If possible, what steps can you take to reproduce the issue?
1515+1616+**System Information**
1717+What system are you using?
1818+1919+| Software | Version |
2020+| --- | --- |
2121+| Linux Kernel | X.Y.Z |
2222+| Darling | Git Commit Hash |
+21
.github/ISSUE_TEMPLATE/missing_framework.md
···11+---
22+name: Missing Framework
33+about: An application requires a missing framework
44+labels: 'frameworks, application compatibility'
55+---
66+77+**Framework**
88+What framework is required? What does Apple's developer documentation say about it? Is it open-source?
99+1010+**Test Application**
1111+What application requires this framework?
1212+1313+**Steps To Reproduce**
1414+1. If possible, what steps can you take to reproduce the issue?
1515+1616+**System Information**
1717+What system are you running?
1818+1919+| Software | Version |
2020+| --- | --- |
2121+| Darling | Git Commit Hash |
+21
.github/ISSUE_TEMPLATE/missing_library.md
···11+---
22+name: Missing Library
33+about: An application requires a missing library
44+labels: 'libraries, application compatibility'
55+---
66+77+**Library**
88+What library is required? What does Apple's developer documentation say about it? Is it open-source?
99+1010+**Test Application**
1111+What application requires this library?
1212+1313+**Steps To Reproduce**
1414+1. If possible, what steps can you take to reproduce the issue?
1515+1616+**System Information**
1717+What system are you running?
1818+1919+| Software | Version |
2020+| --- | --- |
2121+| Darling | Git Commit Hash |
+18
.github/ISSUE_TEMPLATE/missing_tool.md
···11+---
22+name: Missing Built-In Tool
33+about: MacOS contains a command-line tool that Darling does not
44+labels: 'enhancement'
55+---
66+77+**Tool**
88+What tool is missing? What is it supposed to do? Is it or a variant open-source?
99+1010+**Example Command**
1111+What is an example command for this tool?
1212+1313+**System Information**
1414+What system are you running?
1515+1616+| Software | Version |
1717+| --- | --- |
1818+| Darling | Git Commit Hash |
+34
.github/ISSUE_TEMPLATE/startup_bug.md
···11+---
22+name: Startup Bug
33+about: An issue with Darling's startup
44+labels: 'bug, container'
55+---
66+77+**Expected Result**
88+What did you expect to happen?
99+1010+**Actual Result**
1111+What did happen?
1212+1313+**Steps To Reproduce**
1414+1. If possible, what steps can you take to reproduce the issue?
1515+1616+**```strace``` Output**
1717+Run ```sudo strace -f -u $USER darling shell```, what is the output?
1818+```
1919+Put the command output here!
2020+```
2121+2222+**``dmesg`` Output**
2323+Run ```dmesg | grep 'overlay\|darling'```
2424+```
2525+Put the command output here!
2626+```
2727+2828+**System Information**
2929+What system are you running?
3030+3131+| Software | Version |
3232+| --- | --- |
3333+| Linux Kernel | X.Y.Z |
3434+| Darling | Git Commit Hash |