Skip to content

Commit 6704359

Browse files
committed
docs: Add minor change template
Relates to #2129
1 parent 712f105 commit 6704359

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Question or support
2-
description: If you are using `pyatv` and have questions regarding how to use it in any way (e.g. development), use this template.
2+
description: If you are using pyatv and have questions regarding how to use it in any way (e.g. development), use this template.
33
labels: [question]
44
body:
55
- type: textarea

0 commit comments

Comments
 (0)