Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 1.06 KB

Contributing to SPARC Framework

Thank you for considering contributing to the SPARC Framework! We welcome contributions of all kinds, including bug reports, feature requests, and code enhancements.

Code of Conduct

Please read our Code of Conduct to understand the standards we expect from our community members.

How to Contribute

  1. Fork the Repository
  2. Create a New Branch
    git checkout -b feature/YourFeature
  3. Make Your Changes
  4. Commit Your Changes
    git commit -m "Description of your changes"
  5. Push to Your Branch
    git push origin feature/YourFeature
  6. Open a Pull Request

Coding Standards

Please adhere to the Coding Standards outlined in the project.

Reporting Issues

If you encounter any issues, please open an issue with detailed information.

Running Tests

Provide instructions on how to run tests to ensure your changes work as intended.