Create bug report template for PRs
Added a bug report template for pull requests.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user