Merge branch 'main' into dev
This commit is contained in:
commit
dbd262f2b2
3 changed files with 18 additions and 13 deletions
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
23
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -7,16 +7,19 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> [!WARNING]
|
## READ BEFORE SUBMITTING AN ISSUE
|
||||||
> ## ONLY OPEN AN ISSUE IF:
|
![Flowchart](https://github.com/user-attachments/assets/36fe18ba-52c3-4a5d-a721-edd25af47381)
|
||||||
> * You are using an up-to-date version of VendroidEnhanced
|
<details>
|
||||||
> * You **did not** edit the Vencord location in app settings
|
<summary>Flowchart but in text format</summary>
|
||||||
> * You are using Discord Stable, not PTB or Canary.
|
|
||||||
> * You **could not** reproduce the issue on:
|
Only open an issue if:
|
||||||
> * Vencord Web, Vesktop, or ArmCord, on a computer
|
* You are using an up-to-date version of VendroidEnhanced
|
||||||
> * The Discord mobile website (`discord.com/app`) on a mobile browser WITHOUT VENCORD
|
* You did not edit the Vencord location in app settings
|
||||||
>
|
* You are using Discord Stable, not PTB or Canary.
|
||||||
> **Your issue will get closed and you will possibly be blocked from the repository if you cannot read this!**
|
* You could not reproduce the issue on:
|
||||||
|
* Vencord Web, Vesktop, or ArmCord, on a computer
|
||||||
|
* The Discord mobile website (discord.com/app) on a mobile browser WITHOUT VENCORD
|
||||||
|
</details>
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: discord
|
id: discord
|
||||||
|
|
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
|
@ -9,7 +9,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- '*'
|
||||||
- '!main'
|
- '!main'
|
||||||
|
pull_request:
|
||||||
|
merge_group:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
@ -2,5 +2,6 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
]
|
],
|
||||||
|
"baseBranches": ["dev"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue