From a7addaac073bac6e950eabec2648482ac54d8036 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 13 Apr 2026 12:17:23 +0900 Subject: [PATCH 1/2] Add bug report issue template Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cd0ed68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,20 @@ +--- +name: Bug report +about: Report a bug in ruby-plsql +--- + +### Steps to reproduce +Provide a minimal PL/SQL and Ruby script that demonstrates the issue. + +### Expected behavior +Tell us what should happen. + +### Actual behavior +Tell us what happens instead. + +### System configuration +**ruby-plsql version**: + +**Ruby version**: + +**Oracle Database version** (paste the output of `select * from v$version`): From 2fcc157fef95041630010acb7fa770a1d43a2ce7 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 13 Apr 2026 13:31:58 +0900 Subject: [PATCH 2/2] Add Ruby on Rails version to bug report template Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cd0ed68..0c5cf3f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,4 +17,6 @@ Tell us what happens instead. **Ruby version**: +**Ruby on Rails version** (if applicable): + **Oracle Database version** (paste the output of `select * from v$version`):