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