-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
381 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Plugin Transfer Request | ||
description: Request to transfer your plugin into Homebridge ownership. | ||
title: 'Transfer Request: homebridge-' | ||
labels: | ||
- request-transfer | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '## Basic Details' | ||
- type: markdown | ||
attributes: | ||
value: | | ||
- You must be the developer of the plugin to request the transfer. | ||
- You must be willing to transfer the GitHub repository to the Homebridge Plugins organization. | ||
- You must be willing to transfer the NPM package to the Homebridge organization. | ||
- Another developer may request to maintain the plugin. | ||
- type: input | ||
id: plugin-name | ||
attributes: | ||
label: Plugin Name | ||
description: The name of your plugin as it appears on NPM. For example `homebridge-xyz` or `@scope/homebridge-xyz`. | ||
placeholder: homebridge-xyz | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Link To GitHub Repo | ||
placeholder: https://github.com/homebridge/homebridge-xyz | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: '## More Information' | ||
- type: textarea | ||
attributes: | ||
label: More Information | ||
description: Please provide any additional information that you want to include. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Plugin Maintain Request | ||
description: Request to maintain a Homebridge plugin. | ||
title: 'Maintain Request: homebridge-' | ||
labels: | ||
- request-maintain | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '## Basic Details' | ||
- type: input | ||
id: plugin-name | ||
attributes: | ||
label: Plugin Name | ||
description: The name of the plugin you would like to maintain. | ||
placeholder: homebridge-xyz | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: References | ||
description: References to other plugins you have developed or have helped maintain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.