In CONTIBUTING.md, mention how to link PR to issue (#197)

This little suggestion can help contributors to link their PRs to
issues. This, in turn, helps the maintainers.

Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
This commit is contained in:
Viktor Söderqvist 2024-04-04 16:42:14 +02:00 committed by GitHub
parent 9c5e2bb226
commit 48184ae2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,4 +104,7 @@ view, and so forth. This helps.
4. For minor fixes - open a pull request on GitHub.
To link a pull request to an existing issue, please write "Fixes #xyz" somewhere
in the pull request description, where xyz is the issue number.
Thanks!