Be humble in the language and feedback you give, ask don't tell.
Consider using positive language as opposed to neutral when offering feedback. This is to avoid the negative bias that can occur with neutral language appearing negative.
Offer suggestions on how to improve code e.g. simplification or expanding clarity.
Ensure you give reasons for the changes you are proposing.
This is to support backwards compatability where there is only one geoLocationPolygon per geoLocation.
Purpose
This is to help fix this problem: https://github.com/datacite/bolognese/issues/110
In essence this is to support backwards compatabilty.
closes: #110
Approach
Return array when multiple geoLocationPolygons per geoLocation and return singular object when only one per geoLocation.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Reviewer, please remember our guidelines: