Thank you for your interest in contributing! Please follow these guidelines.
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork:
git clone https://github.com/makeecat/Peng.git
- Navigate to the project directory:
cd Peng
- Build and run the project:
cargo run
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Test your changes.
- Commit your changes:
git commit -m "Brief description of your changes"
- Push to your fork:
git push origin feature/your-feature-name
- Create a pull request: Go to the repository on GitHub and click "New Pull Request".
By contributing, you agree that your contributions will be licensed under the GPL-3.0 License.