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
|
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"
|
||||||
|
|
|
||||||
|
|
@ -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}`);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
10
package.json
10
package.json
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue