CONTRIBUTING: fix a small typo

This commit is contained in:
Loymdayddaud 2025-03-08 15:58:25 +03:00 committed by GitHub
parent a9d40d52f7
commit f6d17c2d87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -650,7 +650,7 @@ If you want your PR to get merged quickly and smoothly, it is in your best inter
For the committer to judge your intention, it's best to explain why you've made your change.
This does not apply to trivial changes like version updates because the intention is obvious (though linking the changelog is appreciated).
For any more nuanced changed or even major version upgrades, it helps if you explain the background behind your change a bit.
For any more nuanced changes or even major version upgrades, it helps if you explain the background behind your change a bit.
E.g. if you're adding a package, explain what it is and why it should be in Nixpkgs.
This goes hand in hand with [Writing good commit messages](#writing-good-commit-messages).