-
-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/2.0.0'
- Loading branch information
Showing
7,779 changed files
with
1,215,989 additions
and
814,583 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
BUNDLE_BIN: "bin" | ||
BUNDLE_JOBS: "8" | ||
BUNDLE_WITHOUT: "documentation:test" |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* @JoeMatt @jasarien | ||
|
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 |
---|---|---|
@@ -0,0 +1,159 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
title: 'Bug Report' | ||
labels: bug | ||
assignees: 'JoeMatt' | ||
tag: bug | ||
--- | ||
|
||
<!--- DISCLAIMERS --------------------------------------------------------------- | ||
🛑 STOP! Before posting, make sure you… | ||
✅ …have checked issues for existing bug reports. | ||
✅ …are using the latest development build (may have already been fixed). | ||
✅ …have discussed the issue on our Discord: https://discord.gg/4TK7PU5 | ||
🚫 We DO NOT support unofficial 3rd-party installations (buildstore, iemulators, tweakbox, etc…). | ||
☠️ Delete and use official install: https://git.io/vxABg | ||
⚠️ BUG REPORTS ONLY! If you need help, use Discord. If suggesting a feature, use the request form. | ||
🚦 If you have read the above, please continue… | ||
❌ Reports that do not use the template below will be closed and locked immediately. | ||
----- BUG REPORT: Be clear, concise and thorough, beginning with a summary. ---> | ||
|
||
replaceWithSummaryOrDelete | ||
|
||
|
||
<!--- What did you expect to happen? --------------------------------------------> | ||
### Expected: | ||
|
||
replaceWithExpectedResults | ||
|
||
|
||
<!--- What happened instead? ---------------------------------------------------> | ||
### Actual: | ||
|
||
replaceWithActualResults | ||
|
||
|
||
<!--- What are steps we can follow to reproduce this issue? ----------------------> | ||
### Reproduce: | ||
|
||
1. replaceWithSteps | ||
2. | ||
3. | ||
|
||
|
||
# | ||
#### NOTES | ||
|
||
replaceWithNotesOrDelete | ||
|
||
|
||
|
||
|
||
# | ||
<!--- ☑️ REQUIRED: Check the detail boxes after posting! ------------------------> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
#### APP VERSION | ||
- [ ] 1.5 *beta* | ||
- [ ] 1.4 | ||
|
||
#### APP SOURCE | ||
- [ ] Provenance-Emu GitHub * (Official)* | ||
- [ ] Other * (Unofficial)* | ||
|
||
#### INSTALLED BY | ||
- [ ] [Side-Loading](https://git.io/vpYzf) | ||
- [ ] [Building](https://git.io/vpYzv) *from Source* | ||
|
||
#### PLATFORM | ||
- [ ] iPhone | ||
- [ ] iPad | ||
- [ ] Apple TV | ||
|
||
#### iOS/tvOS VERSION | ||
- [ ] 14.x | ||
- [ ] 13.x | ||
- [ ] 12.x | ||
- [ ] 11.x | ||
- [ ] 10.x | ||
|
||
------------------------------------------- | ||
<sup> 🚫 We **DO NOT** support unofficial builds installed from 3rd-party sites. ([Official Install](https://git.io/vxABg)) </sup><br><sup> ❓ **Need help or have a suggestion?** Join our [Official Discord](https://discord.gg/4TK7PU5) </sup><br> |
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 |
---|---|---|
@@ -0,0 +1,123 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
title: 'Feature Request' | ||
labels: request | ||
assignees: 'JoeMatt' | ||
tag: feature | ||
--- | ||
|
||
<!--- DISCLAIMERS --------------------------------------------------------------- | ||
🛑 STOP! Before posting, make sure you… | ||
✅ …have checked issues for existing requests. | ||
✅ …are using the latest development build. | ||
✅ …have discussed the feature on our Discord: https://discord.gg/4TK7PU5 | ||
🚫 We DO NOT support unofficial 3rd-party installations (buildstore, iemulators, tweakbox, etc…) | ||
☠️ Delete and use official install: https://git.io/vxABg | ||
⚠️ SUGGESTIONS ONLY! If you need help, use Discord. If reporting a bug, use that form. | ||
🚦 If you have read the above, please continue… | ||
❌ Requests that do not use the template below will be closed and locked immediately. | ||
----- FEATURE REQUEST: Be clear and concise. ----------------------------------- | ||
----- Is your feature request related to a problem? Please describe.----------------> | ||
|
||
replaceWithProblemOrDelete | ||
|
||
|
||
<!--- Describe the solution or feature you'd like. -----------------------------------> | ||
|
||
replaceWithSolutionOrSuggestions | ||
|
||
# | ||
<!--- Describe any alternatives you've considered. ---------------------------------> | ||
|
||
replaceWithAlternativesOrDelete | ||
|
||
|
||
# | ||
<!--- Additional notes, context, screenshots, mockups, references… ---------------> | ||
|
||
replaceWithAdditionalNotesOrDelete | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
------------------------------------------- | ||
<sup> 🚫 We **DO NOT** support unofficial builds installed from 3rd-party sites. ([Official Install](https://git.io/vxABg)) </sup><br><sup> ❓ **Need help or have a suggestion?** Join our [Official Discord](https://discord.gg/4TK7PU5) </sup><br> |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### What does this PR do | ||
|
||
### Where should the reviewer start | ||
|
||
### How should this be manually tested | ||
|
||
### Any background context you want to provide | ||
|
||
### What are the relevant tickets | ||
|
||
### Screenshots (important for UI changes) | ||
|
||
### Questions |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Set to true to add reviewers to pull requests | ||
addReviewers: true | ||
|
||
# Set to true to add assignees to pull requests | ||
addAssignees: true | ||
|
||
# A list of reviewers to be added to pull requests (GitHub user name) | ||
reviewers: | ||
- JoeMatt | ||
# - jasarien | ||
- sevdestruct | ||
- mrjschulte | ||
# A number of reviewers added to the pull request | ||
# Set 0 to add all the reviewers (default: 0) | ||
numberOfReviewers: 0 | ||
|
||
# A list of assignees, overrides reviewers if set | ||
assignees: | ||
- JoeMatt | ||
# - jasarien | ||
|
||
|
||
# A number of assignees to add to the pull request | ||
# Set to 0 to add all of the assignees. | ||
# Uses numberOfReviewers if unset. | ||
numberOfAssignees: 1 | ||
|
||
# A list of keywords to be skipped the process that add reviewers if pull requests include it | ||
# skipKeywords: | ||
- wip | ||
- Bump |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Number of labels to fetch (optional). Defaults to 20 | ||
numLabels: 20 | ||
# These labels will not be used even if the issue contains them (optional). | ||
# Pass a blank array if no labels are to be excluded. | ||
# excludeLabels: [] | ||
excludeLabels: | ||
- confirmed-bug | ||
- confirmed-fix |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Autosquash | ||
on: | ||
check_run: | ||
types: | ||
# Check runs completing successfully can unblock the | ||
# corresponding pull requests and make them mergeable. | ||
- completed | ||
pull_request: | ||
types: | ||
# A closed pull request makes the checks on the other | ||
# pull request on the same base outdated. | ||
- closed | ||
# Adding the autosquash label to a pull request can | ||
# trigger an update or a merge. | ||
- labeled | ||
pull_request_review: | ||
types: | ||
# Review approvals can unblock the pull request and | ||
# make it mergeable. | ||
- submitted | ||
# Success statuses can unblock the corresponding | ||
# pull requests and make them mergeable. | ||
status: {} | ||
|
||
jobs: | ||
autosquash: | ||
name: Autosquash | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: tibdex/autosquash@v2 | ||
with: | ||
# We can't use the built-in secrets.GITHUB_TOKEN yet because of this limitation: | ||
# https://github.community/t5/GitHub-Actions/Triggering-a-new-workflow-from-another-workflow/td-p/31676 | ||
# In the meantime, use a personal access token with repo access. | ||
# See https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line | ||
github_token: ${{ secrets.AUTOSQUASH_TOKEN }} |
Oops, something went wrong.