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()`