Thank you for your interest in contributing to the rapoldio CLI project! We welcome contributions of all kinds.
- Fork the repository.
- Create a feature branch:
git checkout -b feature/YourFeatureName
3. Make your changes with clear, descriptive commit messages.
4. Push your branch to your fork:
```bash
git push origin feature/YourFeatureName
- Open a pull request against the
mainbranch of this repository.
If you encounter bugs or have feature requests, please open an issue at https://github.com/rapoldio/cli/issues. Provide as much detail as possible to help us address the issue.
Install dependencies:
npm installRun tests:
npm testEnsure your code adheres to the existing style and passes all tests before submitting a pull request.