Skip to content

Commit d36e5c4

Browse files
committed
Add issue template
1 parent aaa40c5 commit d36e5c4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/issue_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Issue
2+
<!-- Give a brief summary of the issue. -->
3+
4+
## Expected behavior
5+
<!-- Tell us what should happen -->
6+
7+
## Actual behavior
8+
<!-- Tell us what happens instead -->
9+
10+
## How to reproduce
11+
<!-- See https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/wiki/How-to-report-a-bug -->
12+
13+
# Details
14+
15+
- **Rails version**: `x.x.x`
16+
- **SQL Server adapter version**: `x.x.x`
17+
- **TinyTDS version**: `x.x.x`
18+
- **FreeTDS details**:
19+
20+
```
21+
run `tsql -C` and paste here the output.
22+
```
23+

0 commit comments

Comments
 (0)