-
Notifications
You must be signed in to change notification settings - Fork 100
Pull Request Template
nickumia-reisys edited this page Jan 3, 2023
·
3 revisions
- [LINK TO ISSUE]
- Tests added to cover change
- Unit tests
- Integration tests
- Code comments (the what/why, not the how)
- Change Log
- Feature documentation (readme, etc)
- What does this code do/accomplish?
- [If changes to cloud.gov/infrastructure], has this been deployed to develop?
- [If required] Bumped version in
setup.py
? (also checked on PyPi). - [If required] Does scale matter? If so, has this been tested/evaluated for memory needs?