Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.4 KB

File metadata and controls

49 lines (32 loc) · 1.4 KB

Contributing to PRD-Taskmaster

Thanks for your interest in improving PRD-Taskmaster! This guide will help you get started.

How to Contribute

Reporting Issues

  • Use GitHub Issues to report bugs or suggest features
  • Check existing issues before creating a new one
  • Include steps to reproduce for bug reports

Suggesting Improvements

  • Better templates or validation rules
  • New patterns for common project types
  • Documentation clarifications

Submitting Changes

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Test with a real project (generate a PRD and verify quality)
  4. Commit your changes with clear messages
  5. Push to your fork and submit a Pull Request

What to Include in PRs

  • What you changed and why
  • How you tested it (ideally with a real project)
  • Any template modifications should include before/after examples

Development Setup

# Clone your fork
git clone https://github.com/YOUR_USERNAME/prd-taskmaster.git

# The skill is a standalone .md file - no build step required
# Test by copying to ~/.claude/skills/prd-taskmaster/

Code of Conduct

This project follows the Contributor Covenant Code of Conduct.

Questions?

Open an issue with the "question" label or start a Discussion.