Contributing
How to contribute to the Ever Gauzy project.
Getting Startedโ
- Fork the repository on GitHub
- Clone your fork
- Create a feature branch
- Make changes
- Run tests and lint
- Submit a pull request
Branch Namingโ
| Prefix | Purpose |
|---|---|
feat/ | New feature |
fix/ | Bug fix |
docs/ | Documentation |
refactor/ | Code refactoring |
test/ | Adding tests |
chore/ | Maintenance |