feat: Enhance documentation and workflow clarity; add CI configuration for automated checks
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
# Development Workflow
|
||||
|
||||
This project uses Red-Green TDD/BDD and GitHub Flow.
|
||||
This project uses Red-Green TDD/BDD and feature-branch workflow with pull request review.
|
||||
|
||||
## Red-Green TDD/BDD Cycle
|
||||
|
||||
@@ -23,7 +23,7 @@ Definition of done for a change:
|
||||
- Refactoring has preserved behavior.
|
||||
- Documentation is updated when contracts or workflows change.
|
||||
|
||||
## GitHub Flow Branching Policy
|
||||
## Feature-Branch Workflow
|
||||
|
||||
Use short-lived branches from main.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user