[FR] Add Versioning Processes to DR (#4223)

This commit is contained in:
Mika Ayenson
2024-11-06 08:14:50 -06:00
committed by GitHub
parent 6c2dad966a
commit 77f42f1168
9 changed files with 262 additions and 6 deletions
@@ -31,4 +31,5 @@ These guidelines serve as a reminder set of considerations when addressing a bug
- [ ] Ensure that the bug fix does not break existing functionality.
- [ ] Review the bug fix with a peer or team member for additional insights.
- [ ] Verify that the bug fix works across all relevant environments (e.g., different OS versions).
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
- [ ] Confirm that all dependencies are up-to-date and compatible with the changes.
- [ ] Confirm that the proper version label is applied to the PR `patch`, `minor`, `major`.