Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.04 KB

File metadata and controls

19 lines (16 loc) · 1.04 KB

Contributing to FDViT

Thanks for your interest in contributing.

Reporting Issues

Use GitHub Issues to report bugs or request features. Include a clear description, reproduction steps, and your environment (OS, ROCm/CUDA version, Python version).

Pull Request Workflow

  1. Fork the repository and create a branch from main:
    git checkout -b feature/short-description
  2. Make your change. Add tests and update docs if behavior changes.
  3. Open a PR against main. Describe what changed and why; link any related issue.
  4. Ensure CI passes and request review from the relevant CODEOWNERS. By opening a PR, you agree your contribution is licensed under the terms in LICENSE.

External Contributors

This repo is part of the AMD-AGI org. Non-AMD contributors need admin approval before being added as collaborators and must follow AMD's open-source contribution guidelines. For security issues, do not open a public issue — see SECURITY.md.