updated template tickets to now include the needs grooming tag

This commit is contained in:
Daniel Miranda 2023-01-13 11:32:53 -08:00
Родитель f969b90c08
Коммит c891578199
7 изменённых файлов: 7 добавлений и 7 удалений

2
.github/ISSUE_TEMPLATE/bug_report.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: engineering, bug
labels: engineering, bug, needs grooming
assignees: ''
---

2
.github/ISSUE_TEMPLATE/code_cleanup.md поставляемый
Просмотреть файл

@ -2,6 +2,6 @@
name: Code cleanup
about: Issue template for code cleanup issues
title: ''
labels: engineering, code cleanup
labels: engineering, code cleanup, needs grooming
assignees: ''
---

2
.github/ISSUE_TEMPLATE/dependabot.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Dependabot / Dependency Upgrades
about: Issue template to account for effort spent on dependency upgrades in a sprint
title: '[Dependabot]'
labels: engineering, dependabot
labels: engineering, dependabot, needs grooming
assignees: ''
---

Просмотреть файл

@ -2,7 +2,7 @@
name: Design to Dev Handoff
about: Issue template that comes with a design to dev handoff checklist
title: ''
labels: engineering, design
labels: engineering, design, needs grooming
assignees: ''
---

2
.github/ISSUE_TEMPLATE/feature_request.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Feature request
about: Request new or improved functionality
title: ''
labels: engineering, feature request
labels: engineering, feature request, needs grooming
assignees: ''
---

Просмотреть файл

@ -2,7 +2,7 @@
name: Implementation issue
about: Issue template for feature implementation issues
title: ''
labels: engineering
labels: engineering, needs grooming
assignees: ''
---

2
.github/ISSUE_TEMPLATE/other_issue.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Other issue
about: For when none of the other categories cover it
title: ''
labels: ''
labels: needs grooming
assignees: ''
---