Skip to content

Commit 42727c2

Browse files
committed
Add issue template
1 parent 2e59493 commit 42727c2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

‎.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
> Issues are used to track bugs and feature requests.
2+
> Need help or have a general question? Ask on Stack Overflow (tag sqlite.swift).
3+
4+
## Build Information
5+
6+
- Include the SQLite.swift version, commit or branch experiencing the issue.
7+
- Mention Xcode and OS X versions affected.
8+
- How do do you integrate SQLite.swift in your project?
9+
- manual
10+
- CocoaPods
11+
- Carthage
12+
- Swift Package manager
13+
14+
## General guidelines
15+
16+
- Be as descriptive as possible.
17+
- Provide as much information needed to _reliably reproduce_ the issue.
18+
- Attach screenshots if possible.
19+
- Better yet: attach GIFs or link to video.
20+
- Even better: link to a sample project exhibiting the issue.

0 commit comments

Comments
 (0)
close