Skip to content

det-lab/computing-clusters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing Guidelines

Thank you for your interest in contributing to this data fitting tutorial!

How to Contribute

We welcome all contributions, whether you're fixing a typo, clarifying a concept, or adding a new lesson section. Here's how to get started:

  1. Fork the repository

Use the GitHub "Fork" button to create your own copy of this lesson.

  1. Clone your fork
git clone https://github.com/your-username/computing-clusters.git
cd computing-clusters
  1. Create a new branch

Name your branch according to the change:

git checkout -b fix-typo-01_setup.md
  1. Make your edits

All content is in Markdown. Please ensure your changes follow the existing formatting.

  1. Commit and push
git commit -m "Fix typo in setup section"
git push origin fix-typo-01_setup
  1. Submit a pull request

On GitHub, open a pull request from your fork. Describe what you changed and why.

Style Guide

  • Use clear and concise language.

  • Use code blocks with proper language tagging (e.g., bash, python).

  • Keep lessons modular and beginner-friendly

Questions

Open an issue or contact the maintainers if you have questions about contributing or the content itself. Thanks for helping improve this resource!

About

A lesson describing concepts around high-performance computing clusters.

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published