* 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
347 B
YAML
11 lines
347 B
YAML
name: Refactor
|
|
title: 'Sweep: '
|
|
description: Write something like "Modify the ... api endpoint to use ... version and ... framework"
|
|
labels: sweep
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Details
|
|
description: More details for Sweep
|
|
placeholder: We are migrating this function to ... version because ... |