This is an automated email from the ASF dual-hosted git repository. Aman-Mittal pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit 3770d07bdf9478a0fc838a66690f5561e5f59390 Merge: c12090a 22b94dd Author: Aman-Mittal <[email protected]> AuthorDate: Sat Aug 1 19:03:47 2026 +0530 Merge pull request #171 from Aman-Mittal/chore/docs-and-spec-sync Update CI documentation and automate OpenAPI spec changes .github/ISSUE_TEMPLATE/bug_report.yml | 99 ++++++++++ .github/ISSUE_TEMPLATE/config.yml | 28 +++ .github/ISSUE_TEMPLATE/feature_request.yml | 57 ++++++ .github/scripts/spec-sync-pr-body.js | 106 +++++++++++ .github/workflows/api-spec-sync.yml | 261 ++++++++++++++++++++++++++ .github/workflows/ci.yml | 3 + AGENTS.md | 2 +- CONTRIBUTING.md | 25 ++- DOCS/CI_CHECKS.md | 247 ++++++++++++++++++++++++ DOCS/E2E_TESTING.md | 88 +++++---- DOCS/OPENAPI_GENERATOR.md | 35 +++- DOCS/adr/0002-automated-fineract-spec-sync.md | 115 ++++++++++++ public/api/fineract.provenance.json | 37 ++++ scripts/spec-diff-summary.mjs | 154 +++++++++++++++ scripts/write-provenance.mjs | 102 ++++++++++ 15 files changed, 1312 insertions(+), 47 deletions(-)
