Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 686 Bytes

File metadata and controls

27 lines (18 loc) · 686 Bytes

Contributing to DocuCraft

Thanks for your interest! Here's how to help:

Issues

  • Report bugs via the bug report template
  • Suggest features via the feature request template
  • For questions, open a discussion

Pull Requests

  1. Fork the repo
  2. Create a feature branch
  3. Make your changes
  4. DocuCraft will auto-generate a PR description
  5. Open the PR and verify the description looks good

Development

The action is a composite action in action.yml. No build step needed — just edit and test by creating a PR in your fork.

Code Style

  • Keep it simple
  • Shell scripts use bash with set -euo pipefail
  • Node.js scripts follow standard JavaScript conventions