diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d4c3105..2358814 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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) +
+ Flowchart but in text format + + 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 +
- 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 \ No newline at end of file + required: true diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f048a20..10eada8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -9,7 +9,8 @@ on: branches: - '*' - '!main' - + pull_request: + merge_group: workflow_dispatch: jobs: diff --git a/renovate.json b/renovate.json index 5db72dd..4207f58 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "baseBranches": ["dev"] }