mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Remove sweep templates
This commit is contained in:
parent
a153f87e58
commit
502ac5cd3e
3 changed files with 0 additions and 33 deletions
11
.github/ISSUE_TEMPLATE/sweep-bugfix.yml
vendored
11
.github/ISSUE_TEMPLATE/sweep-bugfix.yml
vendored
|
@ -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
|
11
.github/ISSUE_TEMPLATE/sweep-feature.yml
vendored
11
.github/ISSUE_TEMPLATE/sweep-feature.yml
vendored
|
@ -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
|
11
.github/ISSUE_TEMPLATE/sweep-refactor.yml
vendored
11
.github/ISSUE_TEMPLATE/sweep-refactor.yml
vendored
|
@ -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 ...
|
Loading…
Reference in a new issue