Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 803 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (24 loc) · 803 Bytes

Contributing to NVIDIA-GPU-HPC-Platform

We welcome contributions from everyone. By participating in this project, you agree to abide by our Code of Conduct.

How to Contribute

  1. Fork the repository: Click the 'Fork' button on the top right of the repository page.
  2. Clone your fork:
git clone https://github.com/your-username/NVIDIA-GPU-HPC-Platform.git
cd NVIDIA-GPU-HPC-Platform

Create a branch:

git checkout -b my-feature-branch

Make your changes: Add your feature or fix a bug.

Commit your changes:

git commit -m "Description of my changes"

Push to your fork:

git push origin my-feature-branch

Create a pull request: Go to the original repository and click 'New Pull Request'.

Thank you for your contributions!