There was an error while loading. Please reload this page.
1 parent 2e59493 commit 42727c2Copy full SHA for 42727c2
.github/ISSUE_TEMPLATE.md
@@ -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