diff --git a/.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml b/.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml new file mode 100644 index 00000000..536cc38d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml @@ -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