Skip to content

Commit

Permalink
Update 3_transfer-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Oct 21, 2024
1 parent c0a3df8 commit e4bfcfc
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/ISSUE_TEMPLATE/3_transfer-request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Plugin Transfer Request
description: Request to transfer your plugin into Homebridge ownership.
description: Request to transfer your plugin into the Homebridge Plugins organization.
title: 'Transfer Request: homebridge-'
labels:
- request-transfer
Expand All @@ -11,9 +11,8 @@ body:
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.
- You will be granted admin access to the GitHub repository, and maintainer access to the NPM package.
- type: input
id: plugin-name
attributes:
Expand All @@ -28,6 +27,26 @@ body:
placeholder: https://github.com/homebridge/homebridge-xyz
validations:
required: true
- type: markdown
attributes:
value: '## Maintenance'
- type: markdown
attributes:
value: |
**Do you plan to continue maintaining the plugin?**
If you select yes to the following question, then:
- We will not list the plugin as unmaintained
- We will reject requests to take ownership of the plugin from other developers
If you select no to the following question, then:
- We will list the plugin as unmaintained
- We may accept requests to take ownership of the plugin from other developers
- type: dropdown
attributes:
options:
- Yes (I plan to maintain the plugin)
- No (I do not plan to maintain the plugin anymore)
validations:
required: true
- type: markdown
attributes:
value: '## More Information'
Expand Down

0 comments on commit e4bfcfc

Please sign in to comment.