-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Contributor guidelines #1652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributor guidelines #1652
Conversation
|
| A `.vsix` file will appear in the `bin/` directory which can be installed with: | ||
|
|
||
| ```sh | ||
| code --install-extension bin/roo-cline-<version>.vsix |
There was a problem hiding this comment.
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.
| code --install-extension bin/roo-cline-<version>.vsix | |
| code --install-extension bin/roo-code-<version>.vsix |
| 3. **Start the webview (Vite/React app with HMR)**: | ||
|
|
||
| ```sh | ||
| npm run dev |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, thanks
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.mdandCONTRIBUTING.mdto guide contributors and updates README to reference these documents.CODE_OF_CONDUCT.mdwith guidelines for acceptable behavior and enforcement policies.CONTRIBUTING.mdwith detailed instructions for contributing, including setup, code quality, and testing.CONTRIBUTING.mdinstead of listing steps directly.This description was created by
for b1615a3. It will automatically update as commits are pushed.