CONTRIBUTION.md: "MR" / "MRs" -> pull request(s)

This commit is contained in:
Bastiaan Quast 2025-06-21 11:23:30 -06:00 committed by Enrico Weigelt, metux IT consult
parent 4afcb1cd7b
commit 25c002c54b

View File

@ -10,9 +10,9 @@
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 release is out, bugfixes should be submitted separately, against
the affected release branch(es) as well as master (so multiple MRs) 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
in-code, so we can generate docs directly from the code :) in-code, so we can generate docs directly from the code :)
5. Use MR tags if you can - if we need some more, just ask. 5. Use pull request tags if you can - if we need some more, just ask.