Skip to content

Commit 0a17665

Browse files
authored
Improve bug report template (#83)
* Improve bug report template * Also improve question template
1 parent 5be03af commit 0a17665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ See also [Reporting Bugs](https://www.sqlalchemy.org/participate.html#bugs) on t
3333
- OS:
3434
- Python:
3535
- SQLAlchemy:
36-
- Database:
37-
- DBAPI:
36+
- mypy:
37+
- SQLAlchemy2-stubs:
3838

3939
**Additional context**
4040
<!-- Add any other context about the problem here. -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ assignees: ''
1717
- OS:
1818
- Python:
1919
- SQLAlchemy:
20-
- Database:
21-
- DBAPI:
20+
- mypy:
21+
- SQLAlchemy2-stubs:
2222

2323
**Additional context**
2424
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)