Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Mar 14, 2025

Context

Several people have asked for guidance on contributing to Roo Code. This is a first version heavily based on Cline - thank you!


Important

Adds CODE_OF_CONDUCT.md and CONTRIBUTING.md to guide contributors and updates README to reference these documents.

  • New Files:
    • Adds CODE_OF_CONDUCT.md with guidelines for acceptable behavior and enforcement policies.
    • Adds CONTRIBUTING.md with detailed instructions for contributing, including setup, code quality, and testing.
  • README Changes:
    • Updates contribution section to reference CONTRIBUTING.md instead of listing steps directly.

This description was created by Ellipsis for b1615a3. It will automatically update as commits are pushed.

@changeset-bot
Copy link

changeset-bot bot commented Mar 14, 2025

⚠️ No Changeset found

Latest commit: 2749943

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Mar 14, 2025
A `.vsix` file will appear in the `bin/` directory which can be installed with:

```sh
code --install-extension bin/roo-cline-<version>.vsix
Copy link
Contributor

Choose a reason for hiding this comment

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

Typographical error: In the installation command, it says 'roo-cline' instead of what appears to be the intended 'roo-code'. This could confuse users when installing the extension.

Suggested change
code --install-extension bin/roo-cline-<version>.vsix
code --install-extension bin/roo-code-<version>.vsix

@dosubot dosubot bot added the documentation Improvements or additions to documentation label Mar 14, 2025
@mrubens mrubens merged commit 677e145 into main Mar 14, 2025
9 checks passed
@mrubens mrubens deleted the contributor_guidelines branch March 14, 2025 16:35
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Mar 14, 2025
3. **Start the webview (Vite/React app with HMR)**:

```sh
npm run dev
Copy link
Collaborator

Choose a reason for hiding this comment

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

Pressing F5 does this automatically - might want to skip this step.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good call, thanks

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants