Skip to content

Commit 76bebfd

Browse files
authored
Update issue templates
1 parent 3013166 commit 76bebfd

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
Before submitting an issue, please ensure that you have read the documentation:
11+
12+
* Basics is an overview of how to use simdjson and its APIs: https://github.com/simdjson/simdjson/blob/master/doc/basics.md
13+
* Performance shows some more advanced scenarios and how to tune for them: https://github.com/simdjson/simdjson/blob/master/doc/performance.md
14+
* Contributing: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md
15+
16+
17+
**Indicate whether you are willing or able to provide a bug fix as a pull request**
18+
19+
**Describe the bug**
20+
A clear and concise description of what the bug is.
21+
22+
**To Reproduce**
23+
Steps to reproduce the behaviour: provide a code sample if possible.
24+
25+
**Configuration (please complete the following information if relevant):**
26+
- OS: [e.g. Ubuntu 16.04.6 LTS]
27+
- Compiler [e.g. Apple clang version 11.0.3 (clang-1103.0.32.59) x86_64-apple-darwin19.4.0]
28+
- Version [e.g. 22]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature request
6+
assignees: ''
7+
8+
---
9+
10+
Before submitting an issue, please ensure that you have read the documentation:
11+
12+
* Basics is an overview of how to use simdjson and its APIs: https://github.com/simdjson/simdjson/blob/master/doc/basics.md
13+
* Performance shows some more advanced scenarios and how to tune for them: https://github.com/simdjson/simdjson/blob/master/doc/performance.md
14+
* Contributing: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md
15+
16+
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.
17+
18+
19+
**Is your feature request related to a problem? Please describe.**
20+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
21+
22+
**Describe the solution you'd like**
23+
A clear and concise description of what you want to happen.
24+
25+
Please provide a clear rationale for the feature. Be advised that simdjson is a community-based project: you should consider providing help.
26+
27+
**Describe alternatives you've considered**
28+
A clear and concise description of any alternative solutions or features you've considered.
29+
30+
**Additional context**
31+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)