...

Text file src/github.com/doug-martin/goqu/v9/.github/ISSUE_TEMPLATE/bug_report.md

Documentation: github.com/doug-martin/goqu/v9/.github/ISSUE_TEMPLATE

     1---
     2name: Bug report
     3about: Create a report to help us improve
     4title: ''
     5labels: ''
     6assignees: ''
     7
     8---
     9
    10**Describe the bug**
    11A clear and concise description of what the bug is.
    12
    13**To Reproduce**
    14If applicable provide a small code snippet to reproduce the issue:
    15
    16**Expected behavior**
    17A clear and concise description of what you expected to happen.
    18
    19**Dialect:**
    20
    21- [ ] postgres 
    22- [ ] mysql
    23- [ ] sqlite3 
    24
    25**Additional context**
    26Add any other context about the problem here.

View as plain text