Create bug report template for PRs
Added a bug report template for pull requests.
This commit is contained in:
11
.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user