HAMi Adopters
So you and your organisation are using HAMi? That's great. We would love to hear from you! đ
Adding yourselfâ
Here lists the organisations who adopted the HAMi project in production.
You just need to add an entry for your company and upon merging it will automatically be added to our website.
To add your organisation follow these steps:
-
Fork the HAMi-io/website repository.
-
Clone it locally with
git clone https://github.com/<YOUR-GH-USERNAME>/website.git
. -
(Optional) Add the logo of your organisation to
static/img/supporters
. Good practice is for the logo to be called e.g.<company>.png
. This will not be used for commercial purposes. -
Edit the list of adopters in adopters.mdx. You can refer to the following sample table for the format.
Organization Contact Environment Description of Use My Company email Production We use HAMi to Manage our GPU infrastructure. -
Save the file, then do
git add -A
and commit usinggit commit -s -m "Add MY-ORG to adopters"
. -
Push the commit with
git push origin main
. -
Open a Pull Request to HAMi-io/website and a preview build will turn up.
Thanks a lot for being part of our community - we very much appreciate it!