This commit is contained in:
2026-05-20 19:47:33 +10:00
commit dbb6302bd1
313 changed files with 17869 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: Blank Template
description: Use this template ONLY IF the other templates do not fit!
labels: []
body:
- type: textarea
id: info-sec
attributes:
label: Tell us all about it.
description: Go nuts, let us know what you're wanting to bring attention to.
placeholder: ...
validations:
required: true
- type: checkboxes
id: agreement-check
attributes:
label: Request Agreement
description: Did you check to make sure this issue you're bringing forward has not already been mentioned?
options:
- label: I did indeed check to make sure the issue is original!
required: true
+81
View File
@@ -0,0 +1,81 @@
name: Bug/Crash Report
description: Report a bug or crash in Radiant Lyrics Manager. For issues with Radiant Lyrics or plugins, please use the plugin's repo or our support server.
labels: [bug]
body:
- type: textarea
id: bug-description
attributes:
label: Whats the issue?
description: Describe what happens, when it happens, and where.
placeholder: |
Example:
When I open the settings page and tap on "Plugins", the app crashes with no warning.
validations:
required: true
- type: textarea
id: expected-behaviour
attributes:
label: What did you expect to happen?
description: Describe the correct or expected behavior.
placeholder: |
Example:
I expected the "Plugins" page to open without crashing.
validations:
required: true
- type: textarea
id: reproduction-steps
attributes:
label: How can we reproduce it?
description: Provide step-by-step instructions.
placeholder: |
Steps:
1. Go to Settings
2. Tap on "Plugins"
3. App crashes immediately
validations:
required: true
- type: input
id: android-version
attributes:
label: Android Version
description: What Android version is this happening on?
placeholder: Android 13, or SDK 33
validations:
required: true
- type: input
id: device-info
attributes:
label: Device & OS Info
description: Device model and ROM/skin (e.g. One UI, LineageOS, Pixel Experience).
placeholder: Samsung Galaxy S21, One UI 5.1
validations:
required: true
- type: textarea
id: install-log
attributes:
label: Installation failure log (if applicable)
description: The log for a failed installation. This can be obtained by going to the Home screen -> Log icon in top right -> most recent log -> save. Paste the log here (between triple backticks ```).
placeholder: |
```
Paste your installation log here
```
validations:
required: false
- type: checkboxes
id: agreement-check
attributes:
label: Before Submitting
description: "Please confirm the following:"
options:
- label: Ive checked that this issue hasnt already been reported.
required: true
- type: markdown
attributes:
value: After creating this issue, please upload a file containing a logcat recording your crash in a separate comment! See [here](https://pastebin.com/pNhXwhrd) on how to accomplish this.
+5
View File
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Radiant Lyrics Support Server
url: https://tidal.gg/EsNDvBaHVU
about: If you need help regarding Radiant Lyrics or plugins for Radiant Lyrics, please join our support server.
+28
View File
@@ -0,0 +1,28 @@
name: Feature Request
description: Create a feature or backport request to be built into Radiant Lyrics Manager.
labels: [enhancement]
body:
- type: textarea
id: feature-basic-description
attributes:
label: What is it that you'd like to see?
description: Also, you'd like to, give us a bit more information on what you'd like this feature to do and/or how you want it to work.
placeholder: I think ... would be a cool feature to add. This would be awesome, thanks!
validations:
required: true
- type: textarea
id: feature-verbose-description
attributes:
label: Go into more detail...
description: If you want to, you can be more descriptive about your request here. Not required.
placeholder: This would be really awesome, but I think if you would do it this way, by doing ..., it'd be cooler.
validations:
required: false
- type: checkboxes
id: agreement-check
attributes:
label: Request Agreement
description: Did you check to make sure your feature has not already been requested?
options:
- label: I did indeed check to make sure my feature request is original!
required: true