Cảm ơn bạn đã quan tâm đến việc đóng góp cho DevPulse.
Chúng tôi hoan nghênh mọi hình thức đóng góp:
- Bug fixes
- Feature improvements
- Documentation updates
- Performance optimizations
- New tools/modules
Clone repository:
git clone https://github.com/manucian-official/devpulse.gitDi chuyển vào project:
cd devpulseTạo branch mới:
git checkout -b feature-new-featureSau đó commit:
git add .
git commit -m "feat: add new feature"Push lên GitHub:
git push origin feature-new-featureTạo Pull Request để merge vào branch chính.
DevPulse sử dụng Conventional Commits:
feat: new feature
fix: bug fix
docs: documentation changes
refactor: code refactoring
chore: maintenance tasks
Ví dụ:
feat(scanner): improve project file scanning
- Tuân theo PEP8
- Code phải rõ ràng và dễ đọc
- Comment cho logic phức tạp
Nếu bạn gặp lỗi, hãy tạo Issue với:
- Mô tả vấn đề
- Các bước để tái hiện lỗi
- Environment (Python version, OS)
Mọi đóng góp đều giúp DevPulse tốt hơn.