Skip to content

Commit e0180b4

Browse files
authored
Update issue templates
1 parent 3901bbb commit e0180b4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Before submitting an issue, please ensure that you have read the documentation:
1414
* Contributing: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md
1515

1616

17-
**Indicate whether you are willing or able to provide a bug fix as a pull request**
18-
1917
**Describe the bug**
2018
A clear and concise description of what the bug is.
2119

@@ -26,3 +24,10 @@ Steps to reproduce the behaviour: provide a code sample if possible.
2624
- OS: [e.g. Ubuntu 16.04.6 LTS]
2725
- Compiler [e.g. Apple clang version 11.0.3 (clang-1103.0.32.59) x86_64-apple-darwin19.4.0]
2826
- Version [e.g. 22]
27+
28+
29+
**Indicate whether you are willing or able to provide a bug fix as a pull request**
30+
31+
If you plan to contribute to simdjson, please read our
32+
* CONTRIBUTING guide: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md and our
33+
* HACKING guide: https://github.com/simdjson/simdjson/blob/master/HACKING.md

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ A clear and concise description of any alternative solutions or features you've
2929

3030
**Additional context**
3131
Add any other context or screenshots about the feature request here.
32+
33+
** Are you willing to contribute code or documentation toward this new feature? **
34+
If you plan to contribute to simdjson, please read our
35+
* CONTRIBUTING guide: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md and our
36+
* HACKING guide: https://github.com/simdjson/simdjson/blob/master/HACKING.md

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ Is your issue:
2424
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.
2525

2626
4. A documentation issue? Can you suggest an improvement?
27+
28+
29+
If you plan to contribute to simdjson, please read our
30+
* CONTRIBUTING guide: https://github.com/simdjson/simdjson/blob/master/CONTRIBUTING.md and our
31+
* HACKING guide: https://github.com/simdjson/simdjson/blob/master/HACKING.md

0 commit comments

Comments
 (0)