update issue templates

This commit is contained in:
Simon Larsen 2023-08-21 11:55:22 +01:00
parent e84ffa9424
commit 7d9bcdfb2e
No known key found for this signature in database
GPG key ID: AB45983AA9C81CDE
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
title: 'Bug: <Title of the issue>'
labels: 'bug'
assignees: ''
---

View file

@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
title: 'Enhancement: <Title of the issue>'
labels: 'enhancement'
assignees: ''
---

View file

@ -1,7 +1,7 @@
---
name: Request for Test
about: 'Request more tests for product code in the platform. '
title: Tests for [FIleName]
title: Tests for [FileName]
labels: 'write tests'
assignees: ''