Create bug report template for PRs

Added a bug report template for pull requests.
This commit is contained in:
Karmaa
2025-10-01 11:04:43 -05:00
committed by GitHub
parent 6d20e3fcac
commit a2b9b1d59f

View File

@@ -0,0 +1,11 @@
name: Bug report
description: Create a report to help Termix improve
body:
- type: input
id: title
attributes:
label: Title
description: Brief, descriptive title for the PR
placeholder: "Brief description of the PR"
validations:
required: true