Thank you for your interest in contributing to this data fitting tutorial!
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:
- Fork the repository
Use the GitHub "Fork" button to create your own copy of this lesson.
- Clone your fork
git clone https://github.com/your-username/computing-clusters.git
cd computing-clusters
- Create a new branch
Name your branch according to the change:
git checkout -b fix-typo-01_setup.md
- Make your edits
All content is in Markdown. Please ensure your changes follow the existing formatting.
- Commit and push
git commit -m "Fix typo in setup section"
git push origin fix-typo-01_setup
- Submit a pull request
On GitHub, open a pull request from your fork. Describe what you changed and why.
-
Use clear and concise language.
-
Use code blocks with proper language tagging (e.g.,
bash
,python
). -
Keep lessons modular and beginner-friendly
Open an issue or contact the maintainers if you have questions about contributing or the content itself. Thanks for helping improve this resource!