Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Community/Tazama-Code-of-Conduct.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->

[Code of conduct link](https://github.com/frmscoe/.github/blob/main/CODE_OF_CONDUCT.md)
[Code of conduct link](https://github.com/tazama-lf/.github/blob/main/CODE_OF_CONDUCT.md)

2 changes: 1 addition & 1 deletion Community/Tazama-Contribution-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Contribution Guide

[Contributing document link](https://github.com/frmscoe/.github/blob/main/CONTRIBUTING.md)
[Contributing document link](https://github.com/tazama-lf/.github/blob/main/CONTRIBUTING.md)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Search for any remaining references to frmscoe organization

# Search for frmscoe references in markdown files
rg -i 'frmscoe' --type=md -C 2

Repository: tazama-lf/docs

Length of output: 30539


Multiple remaining references to frmscoe organization found throughout the repository that should be updated to tazama-lf.

The search confirmed numerous references beyond the Community contribution guide, including:

  • Repository links in technical documentation (processor configs, CI/CD workflows, release management)
  • Integration guides (Mojaloop Payment Platform Adapter, upstream/downstream integration)
  • Setup and development guides
  • Product documentation and glossaries
  • npm package scope references (@frmscoe)
  • Git clone commands and CHANGELOG entries

Review and update references as appropriate, noting that some JIRA/Atlassian wiki links may be intentional historical references that do not require migration.

🤖 Prompt for AI Agents
In `@Community/Tazama-Contribution-Guide.md` at line 5, Search the repository for
all occurrences of the legacy organization string "frmscoe" (including
"@frmscoe" npm scope, "frmscoe/" repository links, and any URLs or clone
commands), then update them to "tazama-lf" (or "@tazama-lf" for npm scopes and
"tazama-lf/" for repo paths) while preserving any intentional historical
references (leave JIRA/Atlassian wiki links unchanged if they must remain).
Specifically, update mentions in Community/Tazama-Contribution-Guide.md,
package.json npm scopes, CI/CD workflow files, processor/config docs,
integration guides (Mojaloop adapter), README clone commands, and CHANGELOG
entries; run a repository-wide grep to locate all instances, perform safe
replacements, update any affected URLs, and verify references compile and
tests/CI still pass. Ensure commit message clearly states the rename from
frmscoe to tazama-lf and include a short PR description listing files changed.