From a2b9b1d59f1261108daf196745989cf44d36a9fb Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:04:43 -0500 Subject: [PATCH] Create bug report template for PRs Added a bug report template for pull requests. --- .../pull_request_template.bug_report.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/pull_request_template.bug_report.yml 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