Thank you for considering contributing to the SPARC Framework! We welcome contributions of all kinds, including bug reports, feature requests, and code enhancements.
Please read our Code of Conduct to understand the standards we expect from our community members.
- Fork the Repository
- Create a New Branch
git checkout -b feature/YourFeature
- Make Your Changes
- Commit Your Changes
git commit -m "Description of your changes"
- Push to Your Branch
git push origin feature/YourFeature
- Open a Pull Request
Please adhere to the Coding Standards outlined in the project.
If you encounter any issues, please open an issue with detailed information.
Provide instructions on how to run tests to ensure your changes work as intended.