Skip to content

Commit 3013166

Browse files
authored
Update issue templates
1 parent 8596e70 commit 3013166

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/standard-issue-template.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ assignees: ''
99

1010
Before submitting an issue, please ensure that you have read the documentation:
1111

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)
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
1615

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.
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.
1817

1918
Is your issue:
2019

0 commit comments

Comments
 (0)