Skip to content

Commit 93eaef0

Browse files
Update to GitHub issue template
1 parent b2be97e commit 93eaef0

File tree

3 files changed

+35
-11
lines changed

3 files changed

+35
-11
lines changed

Diff for: .github/ISSUE_TEMPLATE.md

-11
This file was deleted.

Diff for: .github/ISSUE_TEMPLATE/config.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 💬 Community support
4+
url: https://discuss.zetetic.net/c/sqlcipher/5
5+
about: Integration problem or question about SQLCipher for Android, feel free to ask here.
6+
- name: 🔨 Build issue
7+
url: https://discuss.zetetic.net/c/sqlcipher/5
8+
about: Experience an issue building SQLCipher for Android? Start here.
9+
- name: 📃 SQLCipher documentation
10+
url: https://www.zetetic.net/sqlcipher/sqlcipher-api/
11+
about: SQLCipher documentation can be found here.
12+
- name: 📖 Contribution instructions
13+
url: https://www.zetetic.net/contributions/
14+
about: Want to contribute to SQLCipher for Android? Start here.

Diff for: .github/ISSUE_TEMPLATE/issue.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: 🛠️ Bug report
3+
about: Create a report about a software defect
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
### Expected Behavior
10+
11+
### Actual Behavior
12+
13+
### Steps to Reproduce
14+
15+
SQLCipher version (can be identified by executing `PRAGMA cipher_version;`):
16+
17+
SQLCipher for Android version:
18+
19+
Are you able to reproduce this issue within the SQLCipher for Android [test suite](https://github.com/sqlcipher/sqlcipher-android-tests)?
20+
21+
*Note:* If you are not posting a specific issue for the SQLCipher library, please post your question to the SQLCipher [discuss site](https://discuss.zetetic.net/c/sqlcipher). Thanks!

0 commit comments

Comments
 (0)