
Update CONTRIBUTING.md: * A more friendly approach, hopefully. * The note about receiving patches is moved to the DCO section. * Some "Get started" links in a bullet list (inspired by OpenTofu's contributing file). * For questions, refer to GitHub Discussions and Discord instead of only Discord. * Minor edits and formatting. Update issue templates: * The issue template for questions is replaced by a link to Discussions and to Matrix and Discord chats. * Add a link to the valkey-doc repo. * The crash report template is extended into a form, with separate fields for the crash report and the additional info. --------- Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
name: Crash report
|
|
description: Submit a crash report
|
|
title: '[CRASH] <short description>'
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to post your crash report!
|
|
|
|
Please notice:
|
|
- If a module was involved, please open an issue in the module's repo instead!
|
|
- If you're using docker on Apple M1, please make sure the image you're using was compiled for ARM!
|
|
- type: textarea
|
|
id: crash-report
|
|
attributes:
|
|
label: Crash report
|
|
description: Paste the complete crash log. Please include a few lines from the log preceding the crash report to provide some context.
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please provide the following additional information below:
|
|
- OS distribution and version
|
|
- Steps to reproduce (if any)
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: Additional information
|
|
description: OS version, steps to reproduce and other useful info.
|
|
render: shell
|
|
validations:
|
|
required: false
|