Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Code owners for the macOS port.
# Pull requests touching these paths require review/approval from the owner(s)
# listed here (enforced via branch protection on `main`).

# Everything defaults to the port maintainer.
* @stevep51
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/accuracy_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Accuracy bug report
description: Create a bug report to help us fix incorrect wording in Path of Building for PoE2.
labels: ["bug:accuracy"]
labels: [bug, upstream]
body:
- type: markdown
attributes:
Expand All @@ -13,25 +13,20 @@ body:
attributes:
label: Check version
options:
- label: I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/blob/master/CHANGELOG.md)
- label: I'm running the latest version of this macOS port and I've verified this by checking the [Releases page](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/releases)
required: true
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues?q=is%3Aissue)
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
- type: input
id: macos_version
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
label: What macOS version and Mac are you running?
placeholder: e.g. macOS 14.5 (Sonoma), Apple M2
validations:
required: true
- type: textarea
Expand Down
17 changes: 6 additions & 11 deletions .github/ISSUE_TEMPLATE/application_bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,20 @@ body:
attributes:
label: Check version
options:
- label: I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/blob/master/CHANGELOG.md)
- label: I'm running the latest version of this macOS port and I've verified this by checking the [Releases page](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/releases)
required: true
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues?q=is%3Aissue)
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
- type: input
id: macos_version
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
label: What macOS version and Mac are you running?
placeholder: e.g. macOS 14.5 (Sonoma), Apple M2
validations:
required: true
- type: textarea
Expand Down
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/behaviour_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Behaviour bug report
description: Create a bug report to help us fix incorrect behaviour or logic in Path of Building for PoE2.
labels: ["bug:behaviour"]
labels: [bug, upstream]
body:
- type: markdown
attributes:
Expand All @@ -13,14 +13,14 @@ body:
attributes:
label: Check version
options:
- label: I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/blob/master/CHANGELOG.md)
- label: I'm running the latest version of this macOS port and I've verified this by checking the [Releases page](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/releases)
required: true
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues?q=is%3Aissue)
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/issues?q=is%3Aissue)
required: true
- type: checkboxes
id: validity
Expand All @@ -29,16 +29,11 @@ body:
options:
- label: I've checked that the behaviour is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
required: true
- type: dropdown
id: platform
- type: input
id: macos_version
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
label: What macOS version and Mac are you running?
placeholder: e.g. macOS 14.5 (Sonoma), Apple M2
validations:
required: true
- type: textarea
Expand Down
19 changes: 7 additions & 12 deletions .github/ISSUE_TEMPLATE/calculation_bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Calculation bug report
description: Create a bug report to help us fix incorrect calculations in Path of Building for PoE2.
labels: ["bug:calculation"]
labels: [bug, upstream]
body:
- type: markdown
attributes:
Expand All @@ -13,14 +13,14 @@ body:
attributes:
label: Check version
options:
- label: I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/blob/master/CHANGELOG.md)
- label: I'm running the latest version of this macOS port and I've verified this by checking the [Releases page](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/releases)
required: true
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues?q=is%3Aissue)
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/issues?q=is%3Aissue)
required: true
- type: checkboxes
id: validity
Expand All @@ -29,16 +29,11 @@ body:
options:
- label: I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
required: true
- type: dropdown
id: platform
- type: input
id: macos_version
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
label: What macOS version and Mac are you running?
placeholder: e.g. macOS 14.5 (Sonoma), Apple M2
validations:
required: true
- type: textarea
Expand Down
25 changes: 10 additions & 15 deletions .github/ISSUE_TEMPLATE/crash_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,20 @@ body:
attributes:
label: Check version
options:
- label: I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/blob/master/CHANGELOG.md)
- label: I'm running the latest version of this macOS port and I've verified this by checking the [Releases page](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/releases)
required: true
- type: checkboxes
id: duplicates
attributes:
label: Check for duplicates
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues?q=is%3Aissue)
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
- type: input
id: macos_version
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
label: What macOS version and Mac are you running?
placeholder: e.g. macOS 14.5 (Sonoma), Apple M2
validations:
required: true
- type: textarea
Expand All @@ -49,9 +44,9 @@ body:
description: Please write a clear and concise description of your system details.
placeholder: |
E.g.
Operating System: Windows 10
Graphics: Nvidia gtx 1060; Driver xxxx
File Path / File Permissions: e.g. non-ascii characters.
macOS version: 14.5 (Sonoma)
Mac model / chip: MacBook Pro, Apple M2
File Path / File Permissions: e.g. non-ascii characters in the build path.
Other notable system configuration information: e.g. a certain app might be conflicting with Path of Building.
validations:
required: true
Expand All @@ -76,7 +71,7 @@ body:
placeholder: |
This can be either a code copied from the "Import/Export Build" tab or a link to a PoB build.
In the case where Path of Building crashes/doesn't work on startup or when you open a build.
Go to your builds folder (default %userprofile%/Documents/Path of Building/Builds) and copy the problematic build's .xml contents into a pastebin and supply the link.
Go to your builds folder (default ~/Library/Application Support/Path of Building (PoE2)/Builds) and copy the problematic build's .xml contents into a pastebin and supply the link.
render: shell
validations:
required: false
15 changes: 5 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,13 @@ body:
attributes:
label: Check for duplicates
options:
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding-PoE2/issues?q=is%3Aissue)
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/stevep51/PathOfBuilding-PoE2-MacOS/issues?q=is%3Aissue)
required: true
- type: dropdown
id: platform
- type: input
id: macos_version
attributes:
label: What platform are you running Path of Building on?
options:
- Windows
- Linux - Wine
- Linux - PoB Frontend
- MacOS
default: 0
label: What macOS version and Mac are you running?
placeholder: e.g. macOS 14.5 (Sonoma), Apple M2
validations:
required: true
- type: textarea
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/backport.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/backport_receive.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/beta.yml

This file was deleted.

Loading