- Fork repository
- Create branch:
git checkout -b feature-name
- Make changes
- Commit:
git commit -s -m 'description'
- Push:
git push origin feature-name
- Create pull request
Open an issue with:
- Problem description
- Steps to reproduce
- Expected vs actual results
- System details
- Test changes thoroughly
- Update documentation if needed
- Add clear commit messages
- Follow existing code style
I review all contributions promptly. Delete your branch after merging.