Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.05 KB

File metadata and controls

27 lines (20 loc) · 1.05 KB

Contributing to StoryPad

How to Help

  • Report Bugs: Open an issue with steps to reproduce
  • Suggest Features: Create an issue with your idea
  • Improve Docs: Fix typos or unclear parts
  • Code: Pick an issue or suggest improvements
  • Localization: Help with translations (Guide)

Quick Start

  1. Fork & clone the repo
  2. Create a branch: git checkout -b your-feature
  3. Run the app (see README)
  4. Make your changes & test: flutter test
  5. Push and open a PR to develop

Guidelines

  • Follow Dart style guide
  • VS Code settings are pre-configured for style
  • Keep commits and PRs focused
  • Be friendly and respectful
  • Check the /docs directory for detailed documentation about the app's architecture and features

Need help? Check the README, docs, or open an issue.