From 6d4f63e86becdfd686b0219a41714031cd1e4706 Mon Sep 17 00:00:00 2001 From: goutham sai Date: Tue, 31 Mar 2026 13:51:59 +0530 Subject: [PATCH] fix: add version constraints, fix avatar path and nested code block --- CONTRIBUTING.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b28c6f..9ddf43d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,7 +75,7 @@ Create `_instructors/your-name.md`: layout: instructor title: Your Name expertise: Your Specialization -avatar: /assets/images/instructors/yourname.jpg +avatar: /assets/images/instructors/your-name.jpg github: yourusername linkedin: yourprofile twitter: yourhandle @@ -203,9 +203,9 @@ assets/ ### Prerequisites -- Ruby 3.0+ -- Bundler -- Git +- Ruby 3.0+ (recommended: 3.2.x) +- Bundler 2.0+ +- Git 2.x+ ### Local Setup @@ -290,10 +290,8 @@ Provide: `inline code` -```python -# Code block -print("Hello, Security!") -``` + # Code block + print("Hello, Security!") > Blockquote for important notes ```