Thank you for your interest in contributing to the Rewrite open-source ecosystem. We maintain repositories, SDKs, and tools to help developers send SMS and OTP messages reliably, securely, and at scale.
These guidelines apply to all repositories under the Rewrite organization, unless stated otherwise in a specific repository.
All contributors are expected to follow the Rewrite Code of Conduct.
Unacceptable behavior should be reported to: security@rewritetoday.com
Opening a GitHub Issue before submitting a Pull Request is required, except for trivial changes such as:
- typos
- small documentation fixes
- non-functional formatting changes
Why this matters:
- Aligns contributions with maintainers and roadmap
- Avoids duplicated or rejected work
- Saves everyone time
Please wait for feedback or approval before starting significant work.
You can contribute by:
- Reporting bugs
- Suggesting features or improvements
- Improving documentation
- Adding examples or integrations
- Submitting code via Pull Requests
All contributions are welcome, as long as they follow these guidelines.
- Fork the repository you want to contribute to
- Create a branch from the default branch (
main) - Follow the setup instructions of that repository
- Write clean, focused changes
- Add tests when applicable
- Update documentation if behavior changes
- Commit using Conventional Commits
- Open a Pull Request
- Link the related Issue
- Clearly describe what changed and why
We use Conventional Commits across repositories.
Examples:
feat: add delivery receipt retry handlingfix: validate E.164 phone numbers before senddocs: update sms quickstart exampleschore: update issue templates
Guidelines:
- Keep commits focused and meaningful
- Do not mix unrelated changes
- Never commit secrets or credentials
Some repositories use Changesets for versioning.
If required by the project:
bunx changesetFollow semantic versioning:
- patch - bug fixes
- minor - backward-compatible features
- major - breaking changes
Always follow the repository's existing release process.
- All Pull Requests are reviewed by maintainers
- CI checks must pass before approval
- Feedback is part of the process, so be ready to iterate
Maintainers may request changes to ensure consistency, security, and long-term maintainability.
- Submitting PRs without an approved Issue (when required)
- Mixing multiple unrelated changes in one PR
- Vague commit messages or PR descriptions
- Ignoring CI failures or review comments
- Introducing breaking changes without discussion
Do not report security issues publicly.
If you discover a vulnerability:
- Follow the instructions in
SECURITY.md, or - Contact: security@rewritetoday.com
Thank you for contributing to Rewrite. Your work helps build reliable, secure, and developer-friendly SMS infrastructure.