-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
2,406 additions
and
2,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
name: "Issue report" | ||
description: "Please fill this form carefully, it will make solving your issue much easier!" | ||
labels: ["issue"] | ||
body: | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: "macOS Version" | ||
description: "What version of macOS are you running?" | ||
options: | ||
- "Ventura (13.x)" | ||
- "Monterey (12.x)" | ||
- "Big Sur (11.x)" | ||
- "Catalina (10.15.x)" | ||
- "Mojave (10.14.x)" | ||
- "High Sierra (10.13.x)" | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: specification | ||
attributes: | ||
label: "Specification" | ||
description: "Tell us your computer's specification" | ||
value: "| **Component** | **Model** |\n| ---------------- | -------------------- |\n| CPU | [Your CPU] |\n| Motherboard | [Your motherboard] |\n| GPU | [Your GPU] |\n| Audio Chipset | [Your audio chipset] |\n| Ethernet | [Your Ethernet card] |\n| WiFi & Bluetooth | [Your WiFi card] |" | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: "What happened?" | ||
description: "Tell us all details, it will make solving this problem much easier!" | ||
placeholder: "My hackintosh panic while booting!" | ||
validations: | ||
required: true | ||
- type: input | ||
id: efi | ||
attributes: | ||
label: "Your EFI link" | ||
description: "Send us your EFI! You can remove SMBIOS informations if you want" | ||
placeholder: "https://drive.google.com/my-efi" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: "Before creating an issue" | ||
description: "Did you do it?" | ||
options: | ||
- label: "I tried fixing this issue myself and asked for support on [AMD-OSX Discord](https://discord.gg/EfCYAJW)" | ||
required: true | ||
- label: "I filled my computer specification" | ||
required: true | ||
- label: "I attached logs with enabled verbose mode" | ||
name: "Issue report" | ||
description: "Please fill this form carefully, it will make solving your issue much easier!" | ||
labels: ["issue"] | ||
body: | ||
- type: dropdown | ||
id: version | ||
attributes: | ||
label: "macOS Version" | ||
description: "What version of macOS are you running?" | ||
options: | ||
- "Ventura (13.x)" | ||
- "Monterey (12.x)" | ||
- "Big Sur (11.x)" | ||
- "Catalina (10.15.x)" | ||
- "Mojave (10.14.x)" | ||
- "High Sierra (10.13.x)" | ||
default: 0 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: specification | ||
attributes: | ||
label: "Specification" | ||
description: "Tell us your computer's specification" | ||
value: "| **Component** | **Model** |\n| ---------------- | -------------------- |\n| CPU | [Your CPU] |\n| Motherboard | [Your motherboard] |\n| GPU | [Your GPU] |\n| Audio Chipset | [Your audio chipset] |\n| Ethernet | [Your Ethernet card] |\n| WiFi & Bluetooth | [Your WiFi card] |" | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: "What happened?" | ||
description: "Tell us all details, it will make solving this problem much easier!" | ||
placeholder: "My hackintosh panic while booting!" | ||
validations: | ||
required: true | ||
- type: input | ||
id: efi | ||
attributes: | ||
label: "Your EFI link" | ||
description: "Send us your EFI! You can remove SMBIOS informations if you want" | ||
placeholder: "https://drive.google.com/my-efi" | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: "Before creating an issue" | ||
description: "Did you do it?" | ||
options: | ||
- label: "I tried fixing this issue myself and asked for support on [AMD-OSX Discord](https://discord.gg/EfCYAJW)" | ||
required: true | ||
- label: "I filled my computer specification" | ||
required: true | ||
- label: "I attached logs with enabled verbose mode" | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
|
||
name: tests | ||
on: | ||
push: | ||
branches: | ||
- master | ||
paths-ignore: | ||
- '**.md' | ||
pull_request: | ||
paths-ignore: | ||
- '**.md' | ||
jobs: | ||
test-configs: | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: brokeyourbike/[email protected] | ||
with: | ||
opencore-version: '1.0.1' | ||
release: true | ||
|
||
- run: | | ||
ocvalidate "OC/config.plist" || exit 1 | ||
|
||
name: tests | ||
on: | ||
push: | ||
branches: | ||
- master | ||
paths-ignore: | ||
- '**.md' | ||
pull_request: | ||
paths-ignore: | ||
- '**.md' | ||
jobs: | ||
test-configs: | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: brokeyourbike/[email protected] | ||
with: | ||
opencore-version: '1.0.2' | ||
release: true | ||
|
||
- run: | | ||
ocvalidate "OC/config.plist" || exit 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.DS_Store | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.