* Create sweep.yaml config file * Create bugfix template * Create feature template * Create refactor template --------- Co-authored-by: sweep-ai[bot] <128439645+sweep-ai[bot]@users.noreply.github.com>
11 lines
373 B
YAML
11 lines
373 B
YAML
name: Feature Request
|
|
title: 'Sweep: '
|
|
description: Write something like "Write an api endpoint that does "..." in the "..." file"
|
|
labels: sweep
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Details
|
|
description: More details for Sweep
|
|
placeholder: The new endpoint should use the ... class from ... file because it contains ... logic |