Skip to content

Commit 9605fca

Browse files
chore: add issue template (#149)
* add issue template config * add issue template * remove instructions from README * Update README with issue filing instructions Added warning about filing issues related to SQLite Wasm code. * Add bug reports section to README Add a section for bug reports in README --------- Co-authored-by: Thomas Steiner <tomac@google.com>
1 parent 3205a4f commit 9605fca

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: All other issues
4+
url: https://www.sqlite.org/src/wiki?name=Bug+Reports
5+
about: View the SQLite bug filing instructions to find the right place.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: TypeScript types
2+
description: Bug reports and feature requests about TypeScript types.
3+
body:
4+
- type: dropdown
5+
attributes:
6+
label: Type
7+
options:
8+
- Bug Report
9+
- Feature Request
10+
validations:
11+
required: true
12+
- type: textarea
13+
attributes:
14+
label: Description
15+
validations:
16+
required: true

0 commit comments

Comments
 (0)