We're really glad, you found your way here. 👋🏽 Contributions are appreciated, thank you in advance for improving the site!
- Report Issues: Found a bug, error, or non-working code snippet? Please open an issue. Whether it's broken images, improperly rendered formulas, or anything else, let us know by reporting it. It's a big help for us!
- Submit Pull Requests: Eager to submit changes yourself? Fork the repository, create a branch, make your changes, and submit a pull request.
Note
If you're addressing an open issue, consider commenting on the issue to let others know you're working on it.
Submitting changes through a pull request? Please follow the instructions below to ensure a smooth collaboration process.
To get started follow these steps:
- Create a fork of the repository. To do so, click on the fork button on the top right of the repository page.
- Clone your fork locally.
- Create and checkout a new branch.
- Install the dependencies, refer to the local development section in the README.
- Make your changes and see them reflected in real-time.
- Commit and push your changes.
- Visit the GitHub page of your fork and create a Pull Request.
That's it! Now you can sit back, relax, and enjoy a cup of coffee or tea while we review your contribution. We'll get back to you soon! 😊
When adding or modifying course content, ensure that you look at existing pages. Use the same styling, such as admonition boxes, formatting, and structure, to ensure uniformity across the project. As a reference you can use the CART chapter which includes code blocks (including highlighting and annotations), formulas, tables, graphs and images.
If your changes are addressing a particular issue, reference the issue within your commit message. For example:
git commit -m "docs: added contribution guidelines #97"
Issues can be referenced with a # and the corresponding issue number.
Thank you for improving the site! 🚀
Manuel & Jakob