Skip to content

Commit 0daa01e

Browse files
authored
Update issue templates
1 parent 98abd96 commit 0daa01e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Custom issue template
3+
about: Issue
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Before submitting an issue, please ensure that you have read the documentation:
11+
12+
* [Basics](doc/basics.md) is an overview of how to use simdjson and its APIs.
13+
* [Performance](doc/performance.md) shows some more advanced scenarios and how to tune for them.
14+
* [Implementation Selection](doc/implementation-selection.md) describes runtime CPU detection and how you can work with it.
15+
* [Contributing](https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md)
16+
17+
Keep in mind that we do not make changes to simdjson without clearly identifiable benefits, which typically means either performance improvements, bug fixes or new features. Avoid bike-shedding: we all have opinions about how to write code, but we want to focus on what makes simdjson objectively better.
18+
19+
Is your issue:
20+
21+
1. A bug report? If so, please point at a reproducible test. Indicate whether you are willing or able to provide a bug fix as a pull request.
22+
23+
2. A build issue? If so, provide all possible details regarding your system configuration. If we cannot reproduce your issue, we cannot fix it.
24+
25+
3. A feature request? Please provide a clear rationale for the feature. Be advised that simdjson is a community-based project: you should consider providing help.
26+
27+
4. A documentation issue? Can you suggest an improvement?

0 commit comments

Comments
 (0)