Thanks for your interest! Here's how to help:
- Report bugs via the bug report template
- Suggest features via the feature request template
- For questions, open a discussion
- Fork the repo
- Create a feature branch
- Make your changes
- DocuCraft will auto-generate a PR description
- Open the PR and verify the description looks good
The action is a composite action in action.yml. No build step needed — just edit and test by creating a PR in your fork.
- Keep it simple
- Shell scripts use
bashwithset -euo pipefail - Node.js scripts follow standard JavaScript conventions