Add developer notes about PR reviewing (#157)

This commit is contained in:
Mike Voronov 2022-04-26 16:20:02 +03:00 committed by GitHub
parent ac26937778
commit 7c793917cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
docs/developer-notes.md Normal file
View File

@ -0,0 +1,5 @@
In the Marine we use the following conventions for PR reviewing:
- **Concept ACK** - agree with the idea and overall concept, but haven't reviewed the code changes or tested them,
- **utACK (untested ACK)** - reviewed and agree with the code changes but haven't actually tested them,
- **Tested ACK** - reviewed the code changes and have verified the functionality or a bug fix,
- **NACK** - disagree with the code changes/concept, should be accompanied by an explanation.