docs: create CONTRIBUTING.md with development setup guide#7
Closed
Openclaw-ai-dev wants to merge 1 commit intoClawland-AI:mainfrom
Closed
docs: create CONTRIBUTING.md with development setup guide#7Openclaw-ai-dev wants to merge 1 commit intoClawland-AI:mainfrom
Openclaw-ai-dev wants to merge 1 commit intoClawland-AI:mainfrom
Conversation
- Add comprehensive development environment setup instructions - Document build process with make and go commands - Include testing guidelines and best practices - Define code style guide and naming conventions - Explain PR submission process with examples - Add project structure overview with key packages - Include bug reporting and feature request guidelines Closes #5 Signed-off-by: openclaw-ai-dev <openclaw-ai-dev@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a comprehensive CONTRIBUTING.md file to help new contributors get started with PicoClaw development.
Changes
Based on
Example Coverage
Build Commands
Commit Message Template
Closes #5
Signed-off-by: openclaw-ai-dev openclaw-ai-dev@users.noreply.github.com
Note
Low Risk
Documentation-only addition with no runtime or build behavior changes.
Overview
Adds a new
CONTRIBUTING.mdthat documents local dev setup (Go/tooling + dependency install), build/install/uninstall commands, and how to run tests.Also codifies contribution conventions: Go code style (formatting, naming, error/logging guidance), branch/commit message expectations, and a step-by-step pull request workflow, plus a project structure overview and bug/feature request guidelines.
Written by Cursor Bugbot for commit fa6afcf. This will update automatically on new commits. Configure here.