Skip to content
Open
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
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Help us make the CLI better by testing and giving feedback:
$ npm install -g genlayer
```
- Try out the CLI features and tell us what you think through our [feedback form](https://forms.gle/ZbbxHsZrJxKucurB7) or on our [Discord Channel](https://discord.gg/8Jm4v89VAu).
- If you find any issues, please report them on our [GitHub issues page](https://github.com/yeagerai/genlayer-cli/issues).
- If you find any issues, please report them on our [GitHub issues page](https://github.com/genlayerlabs/genlayer-cli/issues).

### Sharing New Ideas and Use Cases

Expand Down Expand Up @@ -51,14 +51,14 @@ Releases are deliberate, not automatic. `scripts/release.sh` bumps the version,

#### 1. Set yourself up to start coding

- **1.1. Pick an issue**: Select one from the project GitHub repository [issue list](https://github.com/yeagerai/genlayer-cli/issues) and assign it to yourself.
- **1.1. Pick an issue**: Select one from the project GitHub repository [issue list](https://github.com/genlayerlabs/genlayer-cli/issues) and assign it to yourself.

- **1.2. Create a branch**: create the branch that you will work on by using the link provided in the issue details page (right panel at the bottom - section "Development")

- **1.3. Setup the CLI locally**: clone the repository and install dependencies

```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

$ cd genlayer-cli
$ npm install
```
Expand Down Expand Up @@ -121,7 +121,7 @@ Tests are located in the tests/ directory and should be named using the followin

### Improving Documentation

To contribute to our docs, visit our [Documentation Repository](https://github.com/yeagerai/genlayer-docs) to create new issues or contribute to existing issues.
To contribute to our docs, visit our [Documentation Repository](https://github.com/genlayerlabs/genlayer-docs) to create new issues or contribute to existing issues.

## Community

Expand Down
Loading