GitHub Workflow
Setting Up Your Development Environment
Fork the Repository
Clone Your Fork
Add Upstream Remote
Making Changes
Create a Branch
Keep Your Branch Updated
Commit Your Changes
Commit Message Format:
feat: New feature
fix: Bug fix
docs: Documentation changes
style: Formatting, missing semicolons, etc
refactor: Code restructuring
test: Adding tests
chore: Maintenance tasks
Submitting Pull Requests
Push Your Changes
Create Pull Request
Go to your fork on GitHub
Click "New Pull Request"
Select your feature branch
Fill in the PR template
PR Review Process
Wait for CI checks to pass
Address review comments
Update your branch if needed
Maintain a clean commit history
Last updated