Thanks for your interest in contributing to Parallel! This project is built on transparency, modularity, and control. Whether you're fixing a bug, proposing a feature, or refining architecture, your input helps shape a tool that puts users in better control of their files.
- Clone the repo:
git clone https://github.com/EntexInteractive/Parallel.git - Create a new branch:
git checkout -b feature/your-feature-namegit checkout -b patch/your-patch-name - Make your changes with clear, modular commits.
- Push and open a Pull Request (PR):
git push origin feature/your-feature-namegit push origin patch/your-patch-name
- Use descriptive titles and commit messages.
- Reference related issues (e.g.
Fixed #42). - Include tests for new logic where applicable.
- Keep PRs focused—one feature or fix per PR.
- Be open to feedback and iteration.
Parallel uses modular test suites. Before submitting a PR:
- Run all relevant tests.
- Add new ones if your logic introduces new behavior.
- Validate edge cases and failure modes.
All changes go through PR review. CI/CD pipelines validate builds across platforms. Please ensure your changes pass all checks before requesting review.
Use GitHub Issues for bugs, ideas, and discussion. We welcome thoughtful dialogue and collaborative troubleshooting.