Skip to content

Do Better Pull Requests

FullstackCodingGuy edited this page Feb 27, 2024 · 3 revisions

Pull Requests

Pull request should be a kind of documentation where you explain the context of your changes to your colleagues, not explaining the code, but explaining the business logic behind this change, why are you doing this work.

Template:

image

References

Clone this wiki locally