Update Maintainers
This commit is contained in:
parent
64a69d953e
commit
cdc5fae88e
3 changed files with 12 additions and 3 deletions
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
3
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
|
@ -1,7 +1,8 @@
|
|||
name: Bug
|
||||
description: File a bug report
|
||||
assignees:
|
||||
- izu-co
|
||||
- AnimeDL
|
||||
- AnidlSupport
|
||||
labels:
|
||||
- bug
|
||||
title: "BUG"
|
||||
|
|
|
|||
|
|
@ -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}`);
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue