We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712f105 commit 6704359Copy full SHA for 6704359
.github/ISSUE_TEMPLATE/minor-change.yml
@@ -0,0 +1,10 @@
1
+name: Minor Change
2
+description: Use this to suggest minor changes to code or documentation.
3
+body:
4
+ - type: textarea
5
+ id: minor-change
6
+ attributes:
7
+ label: What to change?
8
+ description: Please describe in as much detail as possible what to change.
9
+ validations:
10
+ required: true
.github/ISSUE_TEMPLATE/question-or-idea.yml
@@ -1,5 +1,5 @@
name: Question or support
-description: If you are using `pyatv` and have questions regarding how to use it in any way (e.g. development), use this template.
+description: If you are using pyatv and have questions regarding how to use it in any way (e.g. development), use this template.
labels: [question]
body:
- type: textarea
0 commit comments