Thank you for considering contributing to RedCalibur! We welcome contributions from the community to make this toolkit better.
- Fork the Repository: Create a fork of this repository on GitHub.
- Clone the Repository: Clone your fork to your local machine.
git clone https://github.com/your-username/RedCalibur.git
- Create a Branch: Create a new branch for your feature or bug fix.
git checkout -b feature/your-feature-name
- Make Changes: Implement your changes and commit them with clear commit messages.
git commit -m "Add feature: your feature name" - Push Changes: Push your changes to your fork.
git push origin feature/your-feature-name
- Submit a Pull Request: Open a pull request to the main repository.
- Follow the coding standards used in the project.
- Write clear commit messages.
- Add tests for new features.
- Ensure all tests pass before submitting a pull request.
If you encounter any issues, please report them in the Issues section of this repository.
Thank you for your contributions!