diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0c5cf3f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +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**: + +**Ruby on Rails version** (if applicable): + +**Oracle Database version** (paste the output of `select * from v$version`):