hackforla / hackforla/311-data
DEV - Implement trunk based development engineering workflow
- Dominant language
- JavaScript
- Stars
- 73
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
### Overview
We need to establish a PR workflow that allows for controlled deployments from dev, staging, and main. We need to do this so that we can make temporary deployments that we can share with designers for testing, as well as provide easy means of rolling back changes.
### Action Items
- [ ] Create branch protections so that engineers are required to merge their code into dev, then those changes go to staging, and finally everything lands at main
- [ ] Read trunk based development (see resources)
- [ ] Modify CONTRIBUTING.md with documentation on how to follow these standards
### Resources/Instructions
- https://trunkbaseddevelopment.com/
Contributor guide
Assessment
This issue has not been assessed yet.