1
0
Fork 0
This commit is contained in:
nin0dev 2024-04-27 14:03:57 -04:00
commit 61a7cabe35
4 changed files with 116 additions and 0 deletions

70
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View file

@ -0,0 +1,70 @@
name: Bug/Crash Report
description: Report a bug or crash with Vendroid.
labels: [bug]
title: "[Bug] <title>"
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!**
- type: input
id: discord
attributes:
label: Discord account
description: Who on Discord is making this request? Not required but encouraged for easier follow-up.
placeholder: username
validations:
required: false
- type: textarea
id: bug-description
attributes:
label: What happens when the bug or crash occurs?
description: Where does this bug or crash occur, when does it occur, etc.
placeholder: The bug/crash happens sometimes when I do ..., causing this to not work/the app to crash. I think it happens because of ...
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: What is the expected behaviour?
description: Simply detail what the expected behaviour is.
placeholder: I expect Vendroid/Discord to open the ... page instead of ..., it prevents me from doing ...
validations:
required: true
- type: textarea
id: steps-to-take
attributes:
label: How do you recreate this bug or crash?
description: Give us a list of steps in order to recreate the bug or crash.
placeholder: |
1. Do ...
2. Then ...
3. Do this ..., ... and then ...
4. Observe "the bug" or "the crash"
validations:
required: true
- type: checkboxes
id: agreement-check
attributes:
label: Request agreement
description: We only accept reports for bugs that happen on Discord Stable. Canary and PTB are Development branches and may be unstable.
options:
- 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

1
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1 @@
blank_issues_enabled: false

View file

@ -0,0 +1,30 @@
name: Feature Request
description: Request a Vendroid-specific feature.
labels: [enhancement]
title: "[Bug] <title>"
body:
- type: markdown
attributes:
value: |
> [!INFO]
> This is not for requesting plugins that should be available outside of Vendroid.
- type: textarea
id: feature-desc
attributes:
label: Feature description
description: Describe the feature in detail.
validations:
required: true
- type: checkboxes
id: agreement-check
attributes:
label: Request agreement
description: Make sure that
options:
- label: I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
required: true
- label: I have checked for duplicates in the repo
required: true

View file

@ -1,4 +1,7 @@
# Vendroid
> [!IMPORTANT]
> This isn't released yet. It will soon be when I'll have more time for myself.
> [!WARNING]
> This app is still in beta. Before reporting a bug to Vencord support, please attempt to reproduce the bug on:
> - A mobile browser without Vencord by opening `discord.com/app`
@ -24,6 +27,18 @@ However, if you currently want to use a mobile mod, you can use [Aliucord](https
You can find a roadmap of upcoming features [here](https://github.com/users/nin0-dev/projects/1). You can make issues in this repo to suggest features.
## Star history
If you like the project please star it, it would mean a lot to me!
<a href="https://star-history.com/#VendroidEnhanced/Vendroid&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=VendroidEnhanced/Vendroid&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=VendroidEnhanced/Vendroid&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=VendroidEnhanced/Vendroid&type=Date" />
</picture>
</a>
## Download
Soon™