-
Notifications
You must be signed in to change notification settings - Fork 887
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
273 changed files
with
12,388 additions
and
7,407 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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
"@babel/env", | ||
{ | ||
"targets": { | ||
"chrome": "96", | ||
"node": 16 | ||
"chrome": "106", | ||
"node": "16.16.0" | ||
} | ||
} | ||
] | ||
|
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
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
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
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,34 +1,36 @@ | ||
--- | ||
Title | ||
--- | ||
# Title | ||
|
||
**Important note** | ||
We may remove your pull request if you do not use this provided PR template correctly. | ||
<!-- Thanks for sending a pull request! Make sure to follow the contributing guidelines. --> | ||
<!-- Important note, we may remove your pull request if you do not use this provided PR template correctly. --> | ||
|
||
**Pull Request Type** | ||
Please select what type of pull request this is: | ||
## Pull Request Type | ||
<!-- Please select what type of pull request this is: [x] --> | ||
- [ ] Bugfix | ||
- [ ] Feature Implementation | ||
- [ ] Documentation | ||
- [ ] Other | ||
|
||
**Related issue** | ||
Please link the issue your pull request is referring to. If this pull request fully resolves the relevant issue, put "closes" before the issue number. Example: "closes #123456". | ||
## Related issue | ||
<!-- Please link the issue your pull request is referring to. --> | ||
<!-- If this pull request fully resolves the relevant issue, put "closes" before the issue number. --> | ||
<!-- Example: "closes #123456". --> | ||
|
||
**Description** | ||
Please write a clear and concise description of what the pull request does. | ||
## Description | ||
<!-- Please write a clear and concise description of what the pull request does. --> | ||
|
||
**Screenshots (if appropriate)** | ||
Please add before and after screenshots if there is a visible change. | ||
## Screenshots <!-- If appropriate --> | ||
<!-- Please add before and after screenshots if there is a visible change. --> | ||
|
||
**Testing (for code that is not small enough to be easily understandable)** | ||
Has this pull request been tested? | ||
Please describe shortly how you tested it and whether there are any ramifications remaining. | ||
## Testing <!-- for code that is not small enough to be easily understandable --> | ||
<!-- Has this pull request been tested? --> | ||
<!-- Please describe shortly how you tested it. --> | ||
<!-- Are there any ramifications remaining? --> | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- OS Version: [e.g. 22] | ||
- FreeTube version: [e.g. 0.8] | ||
## Desktop | ||
<!-- Please complete the following information--> | ||
- **OS:** | ||
- **OS Version:** | ||
- **FreeTube version:** | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
## Additional context | ||
<!-- Add any other context about the pull request here. --> |
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,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- "PR: waiting for review" | ||
- "PR: dependencies" | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
labels: | ||
- "PR: waiting for review" | ||
- "PR: dependencies" |
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,19 @@ | ||
'PR: waiting for review': | ||
- '*' | ||
- '.babelrc' | ||
- '.editorconfig' | ||
- '.eslintignore' | ||
- '.eslintrc.js' | ||
- '.gitignore' | ||
- '.prettierrc' | ||
- '.whitesource' | ||
- '.github/**/*' | ||
- '.vscode/**/*' | ||
- '_icons/**/*' | ||
- '_scripts/**/*' | ||
- 'src/**/*' | ||
- 'static/**/*' | ||
|
||
'PR: dependencies': | ||
- 'yarn.lock' | ||
- 'package.json' |
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
Oops, something went wrong.