NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
13 stars 10 forks source link

Update Coding Standards Documentation for Code Standardization Process #500

Closed biosafetylvl5 closed 2 months ago

biosafetylvl5 commented 2 months ago

✅ Required documentation added for new/modified functionality ✅ Required release notes added for new/modified functionality ❌ NO REQUIRED existing tests ❌ NO REQUIRED unit tests ❌ NO REQUIRED integration tests ❌ NO REQUIRED updates to other repos fixes NRLMMD-GEOIPS/geoips#487

Summary

Documentation updated to define a process for code standardization in pull requests.

Suggests a two-step approach where code is first brought to standards in a dedicated PR, followed by functional improvements in a subsequent PR. This aims to simplify review processes by separating format/layout changes from functional updates.

Includes guidelines for when to standardize code during edits.