docs: create CONTRIBUTING.md with development setup guide#6
Closed
Openclaw-ai-dev wants to merge 1 commit intoClawland-AI:mainfrom
Closed
docs: create CONTRIBUTING.md with development setup guide#6Openclaw-ai-dev wants to merge 1 commit intoClawland-AI:mainfrom
Openclaw-ai-dev wants to merge 1 commit intoClawland-AI:mainfrom
Conversation
Comprehensive CONTRIBUTING.md covering: - Development environment setup (Go 1.21+, tools) - Build and run instructions (make, CLI usage) - Testing guidelines (go test, coverage, benchmarks) - Code style guide (gofmt, conventions, error handling) - PR submission process (commit messages, checklist) - Project structure overview - Community links (Discord, GitHub issues) Designed to help new contributors get started quickly with clear instructions and best practices. 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 creates a comprehensive CONTRIBUTING.md guide to help new contributors get started with PicoClaw development.
Contents
Why this matters
PicoClaw is growing! A clear contributing guide will:
Testing
Verified that:
Closes #5
Note
Low Risk
Documentation-only change adding a new contributing guide; no runtime, build, or security-sensitive code paths are modified.
Overview
Adds a new
CONTRIBUTING.mdto standardize contributor onboarding and expectations.The guide documents local setup (Go/Make/Git), build/run and test commands, code style conventions (formatting, comments, error handling), and the pull request process (branching, conventional commits, checklist), plus a brief project structure overview and community/help links.
Written by Cursor Bugbot for commit 6072945. This will update automatically on new commits. Configure here.