This repository contains the organization's TOGAF architecture artifacts including Architecture Building Blocks (ABBs), Solution Building Blocks (SBBs), and Technology Building Blocks (TBBs).
- Clone the repository
git clone https://github.com/org/architecture-repository.git- Create a new artefact
cp governance/templates/ABB-template.md ABBs/application/ABB-APP-002-new-pattern.md- Validate your artefact
python scripts/validate-artifact.py ABBs/application/ABB-APP-002-new-pattern.md- Submit for review
git checkout -b feature/ABB-APP-002
git add .
git commit -m "Add ABB-APP-002: New Pattern"
git push origin feature/ABB-APP-002