Skip to content

Commit d93e958

Browse files
authored
Update issue templates
1 parent 7245efb commit d93e958

File tree

3 files changed

+79
-0
lines changed

3 files changed

+79
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Describe the bug
11+
A clear and concise description of what the bug is.
12+
13+
### To Reproduce
14+
Steps to reproduce the behavior:
15+
1. Run the script: `python your_script.py`
16+
2. Use the input file `example.csv`
17+
3. Error appears on function `insert_csv_to_db`
18+
19+
### Expected behavior
20+
What did you expect to happen?
21+
22+
### Actual behavior
23+
What actually happened? Include traceback or error message if possible.
24+
25+
### Environment:
26+
- OS: (e.g. Ubuntu 22.04 / Windows 10)
27+
- Python version: (e.g. 3.10)
28+
- insert-tools version: (e.g. 1.0.3)
29+
- Database: (e.g. PostgreSQL 15, SQLite 3.39)
30+
31+
### Screenshots / Logs
32+
Paste relevant log output or attach screenshots if applicable.
33+
34+
### Additional context
35+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Your Question
11+
Please describe your question as clearly as possible.
12+
For example: *"How does `insert_csv_to_db` handle NULL values?"*
13+
14+
### What have you tried?
15+
Let us know what you've attempted already (if anything), such as checking the documentation or trying a workaround.
16+
17+
### insert-tools version
18+
e.g. 1.0.3
19+
20+
### Additional context
21+
Any other details that might help us answer your question. Logs, links, examples — everything helps!
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Is your feature request related to a problem? Please describe
11+
A clear and concise description of what the problem is.
12+
For example: *"I'm always frustrated when I have to manually format large CSVs before inserting them..."*
13+
14+
### Describe the solution you'd like
15+
A clear and concise description of what you want to happen.
16+
What should this feature do? How would it improve your workflow?
17+
18+
### Describe alternatives you've considered
19+
Any alternative solutions or features you’ve thought about.
20+
21+
### Additional context
22+
Add any other context, examples, or mockups here.
23+
Screenshots or pseudo-code are welcome if helpful.

0 commit comments

Comments
 (0)