Update Maintainers

This commit is contained in:
AnimeDL 2023-01-22 21:38:55 -08:00
parent 64a69d953e
commit cdc5fae88e
3 changed files with 12 additions and 3 deletions

View file

@ -1,7 +1,8 @@
name: Bug name: Bug
description: File a bug report description: File a bug report
assignees: assignees:
- izu-co - AnimeDL
- AnidlSupport
labels: labels:
- bug - bug
title: "BUG" title: "BUG"

View file

@ -95,7 +95,7 @@ const template: (MenuItemConstructorOptions | MenuItem)[] = [
{ {
label: 'Report a Bug', label: 'Report a Bug',
click: () => { 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}`);
} }
}, },
{ {

View file

@ -14,7 +14,15 @@
"utility", "utility",
"cli" "cli"
], ],
"author": "Izu-co <github@izuco.dev> ", "author": "AnidlSupport",
"contributors": [
{
"name": "AnimeDL"
},
{
"name": "AniDL"
}
],
"homepage": "https://github.com/anidl/multi-downloader-nx", "homepage": "https://github.com/anidl/multi-downloader-nx",
"repository": { "repository": {
"type": "git", "type": "git",