Updated templates

Added PR template
This commit is contained in:
PartyDonut 2024-10-16 16:50:33 +02:00
parent 0495f9b800
commit 4b37b926c6
4 changed files with 33 additions and 36 deletions

View file

@ -1,6 +1,6 @@
name: "🐛 Bug Report"
description: Create a new ticket for a bug.
title: "🐛 [BUG] - <title>"
title: "🐛 <title>"
labels: ["bug"]
body:
- type: textarea

View file

@ -1,32 +1,8 @@
name: "💡 Feature Request"
description: Create a new ticket for a new feature request
title: "💡 [REQUEST] - <title>"
title: "💡 <title>"
labels: ["question"]
body:
- type: input
id: start_date
attributes:
label: "Start Date"
description: Start of development
placeholder: "month/day/year"
validations:
required: false
- type: textarea
id: implementation_pr
attributes:
label: "Implementation PR"
description: Pull request used
placeholder: "#Pull Request ID"
validations:
required: false
- type: textarea
id: reference_issues
attributes:
label: "Reference Issues"
description: Common issues
placeholder: "#Issues IDs"
validations:
required: false
- type: textarea
id: summary
attributes: