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
description: File a bug report
assignees:
- izu-co
- AnimeDL
- AnidlSupport
labels:
- bug
title: "BUG"

View file

@ -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}`);
}
},
{

View file

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