Have your tried Capsule or are you using it in your project or company? Please consider adding your project/company to the list of adopters. This helps the Capsule community understand who is using Capsule and how it is being used.
In the adopters.yaml file you can add yourself as an adopter of the project. You just need to add an entry for your company and upon merging it will automatically be added to our website. To add your organization follow these steps:
Fork the projectcapsule/capsule project to your personal space.
Clone it locally with git clone https://github.com/<YOUR-GH-USERNAME>/capsule.git
.
We prefer using the logo from an upstream resource instead of collecting logos. If you don’t have a logo to provide you will get a default logo.
Open docs/data/adopters.yaml
file and add your organization to the list. The file is in the following format:
# Company/Project Name
- name: "Adopter Name"
# Link for name
link: https://www.adopter.net
# Logo Source
logo: https://www.adopter.net/wp-content/uploads/logo.svg
You can just add to the end of the file, we already sort alphabetically by name of organization.
Save the file, then do git add
-A and commit using git commit -s -m "chore(docs): add my-org to adopters"
See our contribution guidelines.
Push the commit with git push origin main
.
Open a Pull Request to projectcapsule/capsule and a preview build will turn up.
Thanks a lot for being part of our community - we very much appreciate it!