Contributing to cmdperf
April 19, 2025 ยท View on GitHub
Thank you for considering contributing to cmdperf! We appreciate any help you can offer, whether it's code, documentation, bug reports, or feedback.
Getting Started
- Prerequisites: Ensure you have Go installed (check
go.modfor the required version). - Fork & Clone: Fork the repository and clone your fork locally.
- Build: Run
make buildto build the project. - Test: Run
make testto execute the test suite.
Making Changes (Code Contributions)
- Create a new branch for your changes.
- Make your modifications.
- Ensure tests pass (
make test). - Commit your changes with a clear message.
- Push your branch to your fork.
Submitting Contributions
- Issues (Bugs, Features, Feedback): We highly welcome issue reports! Please open an issue on the main repository detailing any bugs you find, feature ideas you have, or general feedback you'd like to share.
- Pull Requests (Code/Docs): For code or documentation changes, open a pull request from your fork's branch to the main repository's
mainbranch. Briefly describe the changes you've made.
We aim for a simple and effective contribution process. Thanks again for your interest!