Merge pull request #8 from VendroidEnhanced/main
This commit is contained in:
commit
2d21cc06a3
2 changed files with 6 additions and 4 deletions
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,13 +1,13 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Request a Vendroid-specific feature.
|
description: Request a Vendroid-specific feature.
|
||||||
labels: [enhancement]
|
labels: [enhancement]
|
||||||
title: "[Bug] <title>"
|
title: "[FeatReq] <title>"
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
> [!INFO]
|
> [!WARNING]
|
||||||
> This is not for requesting plugins that should be available outside of Vendroid.
|
> This is not for requesting plugins that should be available outside of Vendroid.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -27,4 +27,4 @@ body:
|
||||||
- label: I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
|
- label: I am not suggesting a feature that could be selfbotting (automating/bulk sending actions)
|
||||||
required: true
|
required: true
|
||||||
- label: I have checked for duplicates in the repo
|
- label: I have checked for duplicates in the repo
|
||||||
required: true
|
required: true
|
||||||
|
|
|
@ -41,10 +41,12 @@
|
||||||
<data android:scheme="http" />
|
<data android:scheme="http" />
|
||||||
<data android:host="discord.com" />
|
<data android:host="discord.com" />
|
||||||
<data android:host="*.discord.com" />
|
<data android:host="*.discord.com" />
|
||||||
|
<data android:host="ptb.discord.com" />
|
||||||
|
<data android:host="canary.discord.com" />
|
||||||
<data android:host="discordapp.com" />
|
<data android:host="discordapp.com" />
|
||||||
<data android:host="*.discordapp.com" />
|
<data android:host="*.discordapp.com" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue