Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: onejs/one
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.401
Choose a base ref
...
head repository: onejs/one
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing 612 changed files with 9,037 additions and 28,968 deletions.
4 changes: 4 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -5,3 +5,7 @@ dist
.git
.turbo
.yarn/cache


# sst
.sst
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
packages/strip/src/** filter=crypt diff=crypt merge=crypt
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Reproducible Bug Report
description: Issues **will be closed without review** if reproduction steps are omitted. More context is helpful before submitting search github, discord, the docs and google.
labels: [Bug]
body:
- type: textarea
attributes:
label: Current Behavior
description: Describe what's happening in 1-2 sentences.
validations:
required: false
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: false
- type: textarea
attributes:
label: One Version
render: markdown
validations:
required: true
- type: textarea
attributes:
label: Platform (Web, iOS, Android)
render: markdown
validations:
required: true
- type: textarea
attributes:
label: Reproduction
render: markdown
description: |
- If you don't include reproduction, we will close the issue.
- See [how to create a reproduction](https://github.com/onejs/one/blob/main/repro/README.md)
validations:
required: true
- type: textarea
attributes:
label: System Info
render: markdown
description: |
- Output of `npx envinfo --system --npmPackages --binaries --browsers`
230 changes: 0 additions & 230 deletions .github/workflows/build-ios-test-app.yml

This file was deleted.

Loading