1
0
Fork 0

Merge branch 'main' into dev

This commit is contained in:
nin0dev 2024-08-26 07:17:15 -04:00 committed by GitHub
commit dbd262f2b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 13 deletions

View file

@ -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

View file

@ -9,7 +9,8 @@ on:
branches:
- '*'
- '!main'
pull_request:
merge_group:
workflow_dispatch:
jobs:

View file

@ -2,5 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
],
"baseBranches": ["dev"]
}