From 26eb95c9ae0384f2e370e65c411f66005aafabf7 Mon Sep 17 00:00:00 2001 From: Eaven Kimura Date: Wed, 12 Nov 2025 16:12:19 +0000 Subject: [PATCH] Update Contributing Guide --- Contributing-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Contributing-Guide.md b/Contributing-Guide.md index 5da7b5d..e45fa9c 100644 --- a/Contributing-Guide.md +++ b/Contributing-Guide.md @@ -1444,7 +1444,7 @@ make update # Update all dependencies make freeze # Generate requirements-frozen.txt ``` -## Git Workflow +### Git Workflow ```bash # Start new feature @@ -1467,7 +1467,7 @@ git pull origin main git branch -d feature/feature-name ``` -## Common Tasks +### Common Tasks **Add new slash command:** 1. Add command in `pterodisbot.py` with `@bot.tree.command()`