From e9c35a429427cbf004f9110fcfc075af5ac43b2b Mon Sep 17 00:00:00 2001 From: Matthew Bucci Date: Mon, 26 Feb 2024 13:21:25 -0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/issue.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue.md diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..7750291 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,31 @@ +--- +name: Issue +about: This is used for filing bugs or problems with PG4WP +title: '' +labels: '' +assignees: '' + +--- + +WP Version: +PG4WP Version: + +Error: +``` + +``` + +RAW SQL +``` + +``` + +Expected Rewritten SQL +``` + +``` + +Actual Rewritten SQL +``` + +```