Skip to content

Commit

Permalink
2.0.0 Release
Browse files Browse the repository at this point in the history
Merge branch 'release/2.0.0'
  • Loading branch information
JoeMatt committed Aug 3, 2021
2 parents 94dde0e + 8a85916 commit 2295358
Show file tree
Hide file tree
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.
4 changes: 4 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
BUNDLE_BIN: "bin"
BUNDLE_JOBS: "8"
BUNDLE_WITHOUT: "documentation:test"
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @JoeMatt @jasarien

159 changes: 159 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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 *&nbsp;(Official)*
- [ ] Other *&nbsp;(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>
123 changes: 123 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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>
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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
31 changes: 31 additions & 0 deletions .github/auto_assign.yml
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
8 changes: 8 additions & 0 deletions .github/labeler.yml
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
36 changes: 36 additions & 0 deletions .github/workflows/autosquash.yml
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 }}
Loading

0 comments on commit 2295358

Please sign in to comment.