Skip to content

Commit

Permalink
[add] extension request template
Browse files Browse the repository at this point in the history
  • Loading branch information
bachig26 authored Oct 11, 2023
1 parent 236da79 commit d1069c9
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/extension_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: ⭐ Extension request
description: Suggest a extension that you would like see added
labels: []
body:

- type: input
id: source-name
attributes:
label: Source name
description: |
Provide the Source name.
placeholder: |
Example: "Gogoganime"
validations:
required: true

- type: input
id: source-url
attributes:
label: Source URL
description: |
Provide the Source URL.
placeholder: |
Example: "https://gogoanimehd.io"
validations:
required: true

- type: input
id: package-type
attributes:
label: Package type
placeholder: |
Example: "anime"
validations:
required: false

- type: input
id: language
attributes:
label: Source language
placeholder: |
Example: "en"
validations:
required: false

- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
options:
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
required: true

0 comments on commit d1069c9

Please sign in to comment.