mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-18 19:59:56 -05:00
Feat: Static & Flatpak Workflow + Recent Fix
This commit is contained in:
@@ -129,9 +129,10 @@ export function buildIssueUrl(
|
||||
): string {
|
||||
const base = 'https://github.com/moku-project/Moku/issues/new'
|
||||
|
||||
const prefix = type === 'bug' ? '[Bug] ' : '[Feature Request] '
|
||||
const common = {
|
||||
template: type === 'bug' ? 'bug_report.yml' : 'feature_request.yml',
|
||||
title,
|
||||
title: title.startsWith(prefix) ? title : `${prefix}${title}`,
|
||||
environment: buildEnvironmentBlock(serverVersion),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user