
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>
15 lines
530 B
YAML
15 lines
530 B
YAML
blank_issues_enabled: true
|
|
contact_links:
|
|
- name: Questions?
|
|
url: https://github.com/valkey-io/valkey/discussions
|
|
about: Ask and answer questions on GitHub Discussions.
|
|
- name: Chat with us on Discord?
|
|
url: https://discord.gg/zbcPa5umUB
|
|
about: We are on Discord!
|
|
- name: Chat with us on Matrix?
|
|
url: https://matrix.to/#/#valkey:matrix.org
|
|
about: We are on Matrix too!
|
|
- name: Documentation issue?
|
|
url: https://github.com/valkey-io/valkey-doc/issues
|
|
about: Report it on the valkey-doc repo.
|