Skip to Main Content

Testimonials - with JSON

Show off the great feedback you have received.

BioDrop Testimonial Profile example

Giving a Testimonial

You can share a testimonial for another BioDrop user by visiting the Issues Tab of the BioDrop project. Create a new issue with the type 🏆 Testimonial, and this will generate a GitHub issue where you can provide your testimonial.

The issue will look like this:

BioDrop testimonial issue

NOTE: Don't have a BioDrop account but want to give a testimonial? Do not worry! Log in to your GitHub account (if you don't have one, check out Eddie's Course to help you) and follow the steps above.

Manually adding a Testimonial

Also you can add a Testimonial manually by creating the json file data/USERNAME/testimonials/YOUR-USERNAME.json with the content:

{
  "title": "Founder of an Amazing Community",
  "description": "Eddie founded EddieHub, an opensource community, which sparked my interest in all things FOSS and FOSH. Eddie's YouTube videos are also inspiring, especially the livestreams, where one can really see the community come together. My number one recommendation to anyone who's starting their opensource journey :sparkles:",
  "date": "2022-26-11"
}

Including a Testimonial on your Profile

If you receive a Testimonial, you can include this in the Testimonial section of your Profile.

You can do this by including the usernames of the testimonials you wish to show on your profile with the following json code:

"testimonials": [
  "CBID2",
  "Akshu-on-github",
  "ZeeMonk-pixel",
  "krupalitrivedi"
]