development-guide
                                
                                
                                
                                    development-guide copied to clipboard
                            
                            
                            
                        A set of guidelines and best practices for an awesome engineering team
# # ## 🗣 Description ## This PR will update the Documentation Guide Project Setup markdown files instructions to create new skeleton repositories or skeletonize existing repositories. ## 💭 Motivation...
## 🗣 Description ## This PR will remove the current Docker documentation from the [mac-env-setup.md](https://github.com/cisagov/development-guide/blob/develop/dev_envs/mac-env-setup.md) and replace it with steps to install and configure [Colima](https://github.com/abiosoft/colima). ## 💭 Motivation and context...
# 💡 Summary # Run through the current [project setup documentation](https://github.com/cisagov/development-guide/tree/develop/project_setup) and make sure it is up-to-date with current expectations and practices. ## Motivation and context ## The current instructions...
# 💡 Summary # Currently Docker no longer is a free to use for larger companies. See [here](https://www.docker.com/pricing/faq/) for more details An alternative like [colima]( https://github.com/abiosoft/colima) should be added to...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.0.0 — 2022-12-18 Nothing new beyond 7.0.0b1. .. _changes_7-0-0b1: Version 7.0.0b1 — 2022-12-03 A...
Do we need to escape periods here so they don't match any ol' character? _Originally posted by @jsf9k in https://github.com/cisagov/development-guide/pull/91#discussion_r1248182534_
# 🐛 Summary # The `project_setup/scripts/skeleton` script incorrectly replaces the name of the parent skeleton repository with the name of the new repository being created. This happens in the file...
# 💡 Summary # We do a decent job in this guide of describing the standards and practices we choose, but not such a great job of explaining _why_ we...