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 +``` + +```