Thank you for considering contributing to this project! Your support helps improve and maintain the action.
Click the "Fork" button at the top right of this repo and clone your fork locally.
git clone https://github.com/dartilesm/vercel-blob-action.git
cd vercel-blob-upload-actionUse a meaningful name for your branch.
git checkout -b fix/your-feature-nameEdit the code, fix bugs, or improve documentation.
Ensure your changes do not break existing functionality. Add or update tests if necessary.
Write clear and descriptive commit messages.
git add .
git commit -m "Fix: describe your fix here"
git push origin fix/your-feature-nameGo to the original repository and open a pull request (PR). Clearly describe the changes you made and the motivation behind them.
- Follow consistent formatting (e.g., indent with 2 spaces or use Prettier).
- Use clear, concise, and meaningful naming.
- Comment where necessary.
- Check existing issues before opening a new one.
- When creating an issue, include a detailed description and steps to reproduce.
Be respectful and constructive in all interactions. This project follows the Contributor Covenant.
Thank you for contributing!