First off, thank you for considering contributing to @siteed/universe!
- Development Process
- Project Structure
- Setting Up Development Environment
- Making Contributions
- Coding Standards
- Testing Guidelines
- Documentation
-
Fork & Clone
git clone https://github.com/yourusername/universe.git cd universe pnpm install
-
Branch
- Feature branches:
feature/your-feature-name
- Bug fixes:
fix/issue-description
- Documentation:
docs/what-you-are-documenting
- Feature branches:
-
Develop
- Make your changes
- Follow the coding standards
- Add tests
- Update documentation
-
Commit We use conventional commits. Format your commit messages as:
type(scope): description [optional body] [optional footer]
Types:
feat
,fix
,docs
,style
,refactor
,test
,chore
-
Submit PR
- Ensure all tests pass
- Fill out the PR template
- Link related issues
Thank you for contributing! 🙏