You've already forked AstralRinth
chore(github): replace hosting bug template with astralrinth bug form
This commit is contained in:
@@ -1,63 +0,0 @@
|
||||
name: 👥 Bug with Modrinth Hosting
|
||||
description: For issues with a Modrinth Hosting product.
|
||||
labels: [hosting]
|
||||
type: 'bug'
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Please confirm the following.
|
||||
options:
|
||||
- label: I checked the [existing issues](https://github.com/modrinth/code/issues?q=is%3Aissue) for duplicate problems
|
||||
required: true
|
||||
- label: I have tried resolving the issue using the [support portal](https://support.modrinth.com)
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: issue-location
|
||||
attributes:
|
||||
label: Is this an issue in the control panel or with the Minecraft server itself?
|
||||
options:
|
||||
- Control panel (on Modrinth.com)
|
||||
- Minecraft server
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on? (if a panel issue)
|
||||
multiple: true
|
||||
options:
|
||||
- N/A
|
||||
- Chrome (including Arc, Brave, Opera, Vivaldi)
|
||||
- Microsoft Edge
|
||||
- Firefox
|
||||
- Safari
|
||||
- Other (please specify)
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. Include screenshots if applicable.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the behavior.
|
||||
placeholder: |
|
||||
1. Go to '...'
|
||||
2. Click on '...'
|
||||
3. Scroll down to '...'
|
||||
4. See error
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
validations:
|
||||
required: false
|
||||
@@ -0,0 +1,137 @@
|
||||
name: "🐞 AstralRinth Bug Report"
|
||||
description: Report a bug specific to the AstralRinth fork, launcher, or fork integrations.
|
||||
labels: [bug, astralrinth]
|
||||
type: bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Use this form only for issues specific to AstralRinth.
|
||||
If the problem is upstream Modrinth behavior and not caused by this fork, mention that clearly in the description.
|
||||
|
||||
- type: checkboxes
|
||||
id: confirmations
|
||||
attributes:
|
||||
label: Please confirm the following
|
||||
options:
|
||||
- label: I checked the existing issues for duplicates
|
||||
required: true
|
||||
- label: I reproduced this on the latest AstralRinth build available to me
|
||||
required: true
|
||||
- label: I understand this tracker is for AstralRinth-specific issues, not general Modrinth support
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: issue-type
|
||||
attributes:
|
||||
label: What area is affected?
|
||||
options:
|
||||
- Launcher UI
|
||||
- Authentication
|
||||
- Offline account flow
|
||||
- Ely.by integration
|
||||
- Minecraft launch
|
||||
- Update system
|
||||
- Installation or first launch
|
||||
- Performance
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: platform
|
||||
attributes:
|
||||
label: Operating system
|
||||
options:
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: app-version
|
||||
attributes:
|
||||
label: AstralRinth version
|
||||
description: Specify the launcher version, tag, or build name you are using.
|
||||
placeholder: v1.2.3 / nightly / dirty-dev ...
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: input
|
||||
id: install-source
|
||||
attributes:
|
||||
label: Installation source
|
||||
description: Where did you get this build from?
|
||||
placeholder: GitAstralium release page / local build / other source
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: account-type
|
||||
attributes:
|
||||
label: Account type involved
|
||||
options:
|
||||
- Not related to accounts
|
||||
- Microsoft account
|
||||
- Offline account
|
||||
- Ely.by account
|
||||
- Multiple account types
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: bug-description
|
||||
attributes:
|
||||
label: What happened?
|
||||
description: Describe the actual problem. Include visible errors, broken behavior, and what makes this AstralRinth-specific.
|
||||
placeholder: "Example: The launcher closes after selecting an offline account and pressing Play..."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: expected-behavior
|
||||
attributes:
|
||||
label: What did you expect to happen?
|
||||
placeholder: "Example: The launcher should continue to instance startup and open Minecraft."
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: reproduction-steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
placeholder: |
|
||||
1. Open AstralRinth
|
||||
2. Add an offline account
|
||||
3. Open an instance
|
||||
4. Press Play
|
||||
5. Observe the problem
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Logs or error text
|
||||
description: Paste launcher logs, console output, panic text, or updater/auth errors if available.
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: system-details
|
||||
attributes:
|
||||
label: System details
|
||||
description: Add anything relevant such as OS version, architecture, GPU, JVM, or whether this is a portable install.
|
||||
placeholder: Windows 11 24H2, x64, portable install, Java 21 bundled
|
||||
validations:
|
||||
required: false
|
||||
|
||||
- type: textarea
|
||||
id: additional-context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Screenshots, videos, related commits, comparisons with upstream Modrinth, or anything else that may help.
|
||||
validations:
|
||||
required: false
|
||||
@@ -1,8 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🫶 Support portal
|
||||
- name: 💎 Support AstralRinth Telegram
|
||||
about: Get support in our Telegram chat.
|
||||
url: https://astralium.su/product/astralrinth/support
|
||||
- name: 🫶 Support Modrinth Portal
|
||||
about: Get support using through our support website.
|
||||
url: https://support.modrinth.com
|
||||
- name: 💬 Chat on Discord
|
||||
about: Join our Discord server to chat about Modrinth.
|
||||
url: https://discord.modrinth.com
|
||||
|
||||
Reference in New Issue
Block a user