-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #651 from Guovin/master
feat
- Loading branch information
Showing
15 changed files
with
638 additions
and
479 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Ask Question | ||
description: Ask iptv-api related question | ||
labels: [ question ] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Don't skip these steps | ||
description: Carefully complete the following steps before submitting an issue | ||
options: | ||
- label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | ||
required: true | ||
- label: I have checked through the search that there are no similar issues that already exist | ||
required: true | ||
- label: I will not submit any issues that are not related to this project | ||
required: true | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Occurrence environment | ||
description: | | ||
Select the context in which the question is located: | ||
options: | ||
- label: Workflow | ||
required: false | ||
- label: GUI | ||
required: false | ||
- label: Docker | ||
required: false | ||
- label: Command line | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Question description | ||
description: As for the specific description of the Question, a good description will help to understand and solve it | ||
placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Related log | ||
description: Provides detailed log for the question | ||
placeholder: Please enter a detailed log | ||
render: shell | ||
validations: | ||
required: false |
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,47 @@ | ||
name: Enhancement request | ||
description: Request a feature enhancement | ||
labels: [ enhancement ] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Don't skip these steps | ||
description: Carefully complete the following steps before submitting an issue | ||
options: | ||
- label: I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field | ||
required: true | ||
- label: I have checked through the search that there are no similar issues that already exist | ||
required: true | ||
- label: I will not submit any issues that are not related to this project | ||
required: true | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Application environment | ||
description: | | ||
Select the context in which the enhancement is located: | ||
options: | ||
- label: Workflow | ||
required: false | ||
- label: GUI | ||
required: false | ||
- label: Docker | ||
required: false | ||
- label: Command line | ||
required: false | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Enhancement description | ||
description: As for the specific description of the Enhancement, a good description will help to understand and solve it | ||
placeholder: Provide any additional information, any suggested solutions, and as much context and examples as possible | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Related log | ||
description: Provides detailed log for the enhancement | ||
placeholder: Please enter a detailed log | ||
render: shell | ||
validations: | ||
required: false |
Empty file.
Binary file not shown.
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.