Remove sweep templates

This commit is contained in:
Kavin 2023-08-13 20:52:24 +01:00
parent a153f87e58
commit 502ac5cd3e
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
3 changed files with 0 additions and 33 deletions

View File

@ -1,11 +0,0 @@
name: Bugfix
title: 'Sweep: '
description: Write something like "We notice ... behavior when ... happens instead of ...""
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: More details about the bug
placeholder: The bug might be in ... file

View File

@ -1,11 +0,0 @@
name: Sweep 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

View File

@ -1,11 +0,0 @@
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 ...