Thanks for your interest! We're so glad you're here.
Please follow the guidelines below to contribute to the Tinkerbell.org website.
- Read the Code of Conduct.
- Read, understand, and use the DCO sign off.
- Search the issues to see if your issue has already been reported. If you find your issue, please add a comment to it.
- If you don't find your issue, please create a new issue.
- If you want to contribute to the codebase, please fork the repository and create a pull request.
Tinkerbell.org is run as a static website via Hugo. To run the website locally, you need to have Hugo installed. You can install Hugo by following the instructions on the Hugo website. With Hugo installed, run hugo server --logLevel debug --ignoreCache
to start the server. Then navigate to the URL provided in the terminal to view the website.