Skip to content

Commit 9059532

Browse files
authored
Merge pull request #10 from jpweytjens/chore/feature-request-template
chore: add minimal feature request issue template
2 parents 1623138 + 440faba commit 9059532

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Feature request
2+
description: Suggest a new field or an improvement to an existing one
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
id: summary
7+
attributes:
8+
label: What would you like?
9+
description: A new field, or a change to an existing one?
10+
validations:
11+
required: true
12+
13+
- type: input
14+
id: native
15+
attributes:
16+
label: Hammerhead equivalent (if any)
17+
description: "Link to the matching entry in the [Karoo Data Fields Legend](https://support.hammerhead.io/hc/en-us/articles/35533240795419-Data-Fields-Legend), or leave blank if there is none."
18+
placeholder: "e.g. Power - 10s"
19+
20+
- type: textarea
21+
id: improvement
22+
attributes:
23+
label: How would Barberfish improve it?
24+
description: What's missing in the native field, or what would you change? When does it matter on the bike?
25+
validations:
26+
required: true
27+
28+
- type: textarea
29+
id: mockup
30+
attributes:
31+
label: Mockup or sketch (optional)
32+
description: Drop in a screenshot, render, or rough sketch of the desired layout. Paste images directly into this field.

0 commit comments

Comments
 (0)