Update Contributing Guide

2025-11-12 16:12:19 +00:00
parent c2e37314e7
commit 26eb95c9ae

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