diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 18ad060..5a04bf7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,7 +1,8 @@ name: Bug description: File a bug report assignees: - - izu-co + - AnimeDL + - AnidlSupport labels: - bug title: "BUG" diff --git a/gui/electron/src/menu.ts b/gui/electron/src/menu.ts index 971fb02..dea0c41 100644 --- a/gui/electron/src/menu.ts +++ b/gui/electron/src/menu.ts @@ -95,7 +95,7 @@ const template: (MenuItemConstructorOptions | MenuItem)[] = [ { label: 'Report a Bug', click: () => { - shell.openExternal(`https://github.com/anidl/multi-downloader-nx/issues/new?assignees=izu-co&labels=bug&template=bug.yml&title=BUG&version=${json.version}`); + shell.openExternal(`https://github.com/anidl/multi-downloader-nx/issues/new?assignees=AnimeDL,AnidlSupport&labels=bug&template=bug.yml&title=BUG&version=${json.version}`); } }, { diff --git a/package.json b/package.json index 914b0b5..0872e8a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,15 @@ "utility", "cli" ], - "author": "Izu-co ", + "author": "AnidlSupport", + "contributors": [ + { + "name": "AnimeDL" + }, + { + "name": "AniDL" + } + ], "homepage": "https://github.com/anidl/multi-downloader-nx", "repository": { "type": "git",