[infra/notes] impr: add issue types to issue templates (#10018)

refs #0000

---------

Co-authored-by: Fedor Dikarev <fedor@neon.tech>
This commit is contained in:
Anna Stepanyan
2025-01-31 07:29:06 +01:00
committed by GitHub
parent df87a55609
commit 423e239617
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ name: Bug Template
about: Used for describing bugs
title: ''
labels: t/bug
type: Bug
assignees: ''
---

View File

@@ -4,6 +4,7 @@ about: A set of related tasks contributing towards specific outcome, comprising
more than 1 week of work.
title: 'Epic: '
labels: t/Epic
type: Epic
assignees: ''
---