Unverified Commit aeafbfae authored by Silvan Mosberger's avatar Silvan Mosberger Committed by GitHub
Browse files

CONTRIBUTING: fix a small typo (#388199)

parents 9516fe56 f6d17c2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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).