mirror of
https://github.com/diced/zipline.git
synced 2025-12-12 15:50:11 -08:00
* feat: new issue templates * fix: unique ids * fix: typo * fix: tabbing * Update bug.yml * Update suggest.yml Co-authored-by: dicedtomato <35403473+diced@users.noreply.github.com>
13 lines
310 B
YAML
13 lines
310 B
YAML
name: Suggestion
|
|
description: Suggest a feature to be added
|
|
title: 'Suggestion: '
|
|
labels: ['suggestion']
|
|
body:
|
|
- type: textarea
|
|
id: suggest
|
|
attributes:
|
|
label: Suggestion
|
|
description: Be as descriptive as possible!
|
|
placeholder: What do you want in Zipline?
|
|
value: A suggestion
|