Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.31 KB

File metadata and controls

50 lines (40 loc) · 1.31 KB

Contributing to CUDA-PT

We welcome contributions! Here's how to get started:

Before You Start

  • Check existing Issues and PRs
  • Discuss major changes by opening an Issue first

Development Setup

  1. Fork the repository
  2. Install dependencies (check the README.md)

Making Changes

  1. Create a feature branch:
    git checkout -b feat/your-feature-name
  2. Follow our coding style:
    • CUDA best practices
    • 4-space indentation
    • Descriptive variable names
  3. Test your changes:
    make test

Submitting a PR

  1. Push to your fork: git push origin your-branch-name
  2. Open a Pull Request
  3. Include:
    • Description of changes
    • Related issues (e.g., "Closes #123")
    • Test results/output

Code Review

  • Maintainers will review within 3 business days
  • Be prepared to:
    • Discuss implementation choices
    • Make requested changes
    • Update documentation

Style Guide

  • Currently not applicable, I will manually adjust the coding style.

Need Help?

Ask in Discussions or contact @Enigmatisms


All contributors must follow our Code of Conduct.