Skip to content

Commit 6d8438d

Browse files
authored
Update issue templates
1 parent 7cb5d3d commit 6d8438d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug report
3+
about: Report incorrect/unexpected conversion results
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
> To report incorrect/unexpected results, please attach a ZIP to this issue containing the YAML file and the input XML file you are using. Please trim the XML down to only the relevant part that triggers the bug and make sure no sensitive data remains inside. Then answer the questions below.
11+
12+
1. Which version of `xml-to-postgres` are you using? (Release version or git commit hash)
13+
14+
{your answer here}
15+
16+
2. Please describe how the output is different from what you expect.
17+
18+
{your answer here}

0 commit comments

Comments
 (0)