Add a note to CONTRIBUTING.md about bug management

This commit is contained in:
Kovid Goyal 2023-01-16 17:16:58 +05:30
parent 61143557a9
commit 59170a3627
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,6 +7,11 @@ When reporting a bug, provide full details of your environment, that means, at
a minimum, kitty version, OS and OS version, kitty config (ideally a minimal a minimum, kitty version, OS and OS version, kitty config (ideally a minimal
config to reproduce the issue with). config to reproduce the issue with).
Note that bugs and feature requests are often closed quickly as they are either
fixed or deemed wontfix/invalid. In my experience, this is the only scaleable way to
manage a bug tracker. Feel free to continue to post to a closed bug report
if you would like to discuss the issue further. Being closed does not mean you
will not get any more responses.
### Contributing code ### Contributing code