Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 716 Bytes

File metadata and controls

43 lines (28 loc) · 716 Bytes

Contributing to WriteOn

Thanks for your interest in contributing 🎯

How to Contribute

  1. Fork the repository
  2. Clone your fork
  3. Create a new branch

git checkout -b feature/your-feature-name

  1. Make changes
  2. Commit with proper message

git commit -m "feat: short description"

  1. Push branch
  2. Create Pull Request

Guidelines

  • Follow MVVM pattern
  • Keep UI in Compose
  • One feature per PR
  • No large PRs
  • Proper naming conventions

Issue Process

  • Comment before working
  • Wait for assignment
  • Share screenshots in PR
  • Link issue with PR

Code Style

  • Kotlin coding standards
  • Meaningful variable names
  • No hardcoded strings
  • Use ViewModel for logic