Skip to content

Commit d19ef50

Browse files
authored
Merge pull request #255 from yahonda/add-bug-report-template
Add bug report issue template
2 parents 98dc443 + 2fcc157 commit d19ef50

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in ruby-plsql
4+
---
5+
6+
### Steps to reproduce
7+
Provide a minimal PL/SQL and Ruby script that demonstrates the issue.
8+
9+
### Expected behavior
10+
Tell us what should happen.
11+
12+
### Actual behavior
13+
Tell us what happens instead.
14+
15+
### System configuration
16+
**ruby-plsql version**:
17+
18+
**Ruby version**:
19+
20+
**Ruby on Rails version** (if applicable):
21+
22+
**Oracle Database version** (paste the output of `select * from v$version`):

0 commit comments

Comments
 (0)