Description
Make TradeClaw fully contribution-ready with a proper CONTRIBUTING.md guide, issue templates, and PR template.
Why
Contributors look for these signals before investing time. A clear CONTRIBUTING.md is the #1 predictor of whether someone will submit a PR. This also prepares us for Hacktoberfest which drives massive star growth.
Acceptance Criteria
Files to Create/Modify
CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE.md
README.md (add contributors section)
Getting Started
git clone https://github.com/naimkatiman/tradeclaw.git
Difficulty: Easy | Area: Documentation
Description
Make TradeClaw fully contribution-ready with a proper CONTRIBUTING.md guide, issue templates, and PR template.
Why
Contributors look for these signals before investing time. A clear CONTRIBUTING.md is the #1 predictor of whether someone will submit a PR. This also prepares us for Hacktoberfest which drives massive star growth.
Acceptance Criteria
CONTRIBUTING.mdwith: local setup, coding standards, PR workflow, testing instructionshacktoberfesttopic to repoFiles to Create/Modify
CONTRIBUTING.md.github/ISSUE_TEMPLATE/bug_report.md.github/ISSUE_TEMPLATE/feature_request.md.github/PULL_REQUEST_TEMPLATE.mdREADME.md(add contributors section)Getting Started
Difficulty: Easy | Area: Documentation