Thank you for your interest in contributing to this project! This document provides guidelines and steps for contributing.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/toolchain.git
cd config
- Add the upstream repository:
git remote add upstream https://github.com/anselmes/toolchain.git
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
- Make your changes in your feature branch
- Commit your changes with a clear message
- Push to your fork:
git push origin feature/your-feature-name
- Ensure your changes follow the project's coding standards
- Update documentation as needed
- Open a Pull Request at: https://github.com/anselmes/toolchain/compare
- Describe your changes in the PR description
- Wait for review and address any feedback
Thank you for contributing!