chore: add label and title to issue templates (#15595)

This commit is contained in:
Marko
2023-03-29 15:08:33 +02:00
committed by GitHub
parent cb30586afa
commit 4e337c3256
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
---
name: Bug Report
about: Create a report to help us squash bugs!
title: "[Bug]: "
labels: "T:Bug"
---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
+2 -1
View File
@@ -1,7 +1,8 @@
---
name: Epic
about: Create an epic/user
title: "[Epic]: "
labels: T:Epic
---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
+2 -1
View File
@@ -1,7 +1,8 @@
---
name: Feature Request
about: Create a proposal to request a feature
title: "[Feature]: "
labels: T:feature-request
---
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺