Skip to content

docs: update CONTRIBUTING links from yeagerai to genlayerlabs org - #401

Open
danilaverbena wants to merge 1 commit into
genlayerlabs:v0.40-devfrom
danilaverbena:docs/update-contributing-repo-urls
Open

docs: update CONTRIBUTING links from yeagerai to genlayerlabs org#401
danilaverbena wants to merge 1 commit into
genlayerlabs:v0.40-devfrom
danilaverbena:docs/update-contributing-repo-urls

Conversation

@danilaverbena

@danilaverbena danilaverbena commented Jul 29, 2026

Copy link
Copy Markdown

Problem

CONTRIBUTING.md still points contributors at the old yeagerai organization:

Line Link
25 https://github.com/yeagerai/genlayer-cli/issues (report issues)
54 https://github.com/yeagerai/genlayer-cli/issues (pick an issue)
61 git clone https://github.com/yeagerai/genlayer-cli.git
124 https://github.com/yeagerai/genlayer-docs (docs repo)

This repo now lives at genlayerlabs/genlayer-cli and the docs at genlayerlabs/genlayer-docs. GitHub redirects keep the old URLs working today, but the onboarding doc shows a stale org to every new contributor, and redirects aren't guaranteed if a name is ever reused.

Fix

Update the four URLs to their canonical genlayerlabs locations:

-https://github.com/yeagerai/genlayer-cli/issues
+https://github.com/genlayerlabs/genlayer-cli/issues
-$ git clone https://github.com/yeagerai/genlayer-cli.git
+$ git clone https://github.com/genlayerlabs/genlayer-cli.git
-https://github.com/yeagerai/genlayer-docs
+https://github.com/genlayerlabs/genlayer-docs

Docs-only; no code or workflow changes.

Summary by CodeRabbit

  • Documentation
    • Updated contribution instructions with current repository and issue links.
    • Revised CLI setup and bug-reporting references.
    • Updated documentation contribution guidance to point to the current documentation repository.

CONTRIBUTING.md still pointed contributors at yeagerai/genlayer-cli (issues page, issue list, clone URL) and yeagerai/genlayer-docs. Both repositories now live under the genlayerlabs organization, so update the URLs to their canonical locations.
@github-actions
github-actions Bot changed the base branch from main to v0.40-dev July 29, 2026 12:02
@github-actions

Copy link
Copy Markdown

This PR targeted main, which is only the default/static branch.

I retargeted it to v0.40-dev, the active development branch. Pushes to v0.40-dev automatically fast-forward main.

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Updated contribution instructions to replace yeagerai repository links with corresponding genlayerlabs issue, clone, and documentation repository URLs.

Changes

Contributor documentation updates

Layer / File(s) Summary
Update contributor repository links
CONTRIBUTING.md
Issue reporting, repository cloning, and documentation links now reference the genlayerlabs repositories.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: muncleuscles

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the documentation-only update to CONTRIBUTING links from yeagerai to genlayerlabs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@CONTRIBUTING.md`:
- Line 61: Update the shell command examples in the relevant CONTRIBUTING.md
block by removing the “$” prompt from all commands, applying the same
prompt-free style consistently throughout the block.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 80c18ea1-c2c3-4aae-9364-eeadcca9790c

📥 Commits

Reviewing files that changed from the base of the PR and between 3396474 and 6740bcd.

📒 Files selected for processing (1)
  • CONTRIBUTING.md

Comment thread CONTRIBUTING.md

```sh
$ git clone https://github.com/yeagerai/genlayer-cli.git
$ git clone https://github.com/genlayerlabs/genlayer-cli.git

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Remove the $ prompt from shell commands or configure MD014.

This command block triggers Markdownlint MD014 because commands use $ without showing output. Apply the same style consistently across the block.

🧰 Tools
🪛 markdownlint-cli2 (0.23.1)

[warning] 61-61: Dollar signs used before commands without showing output

(MD014, commands-show-output)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@CONTRIBUTING.md` at line 61, Update the shell command examples in the
relevant CONTRIBUTING.md block by removing the “$” prompt from all commands,
applying the same prompt-free style consistently throughout the block.

Source: Linters/SAST tools

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant