fix minor spelling mistake in contributing guidelines

This commit is contained in:
Varad Dixit
2025-07-27 01:02:40 +05:30
committed by Enrico Weigelt
parent 55e70f1110
commit 2a4a36aa58

View File

@@ -4,12 +4,12 @@
If additional reviewers gave their ack, a proper attribution If additional reviewers gave their ack, a proper attribution
header may be added. header may be added.
2. Commit messages should explain what's really done here and their 2. Commit messages should explain what's really done here, and their
headlines need a short an precise subject. See history for examples. headlines need a short and precise subject. See history for examples.
Keep in mind that history is also a piece of documentation. Keep in mind that history is also a piece of documentation.
3. Once release is out, bugfixes should be submitted separately, against 3. Once a release is out, bugfixes should be submitted separately, against
the affected release branch(es) as well as master (so multiple pull requests) the affected release branch(es) as well as master (so multiple pull requests)
4. If new functions or types are introduced, these should be documented 4. If new functions or types are introduced, these should be documented