Ways to Contribute
Code Contributions
Implement features, fix bugs, improve performance
Documentation
Write guides, improve docs, create tutorials
Bug Reports
Report issues, provide reproduction steps
Feature Requests
Suggest new features and improvements
Testing
Test new features, write tests, improve coverage
Translations
Help translate AppFlowy to your language
Community Support
Help others on Discord, answer questions
Design
Contribute UI/UX designs and improvements
Getting Started
Set up development environment
Follow the setup guide to configure your development environment.
Find an issue
Browse the issue tracker for:
good first issue- Great for beginnershelp wanted- Community contributions welcomebug- Bug fixes neededenhancement- New features
Development Workflow
1. Fork and Clone
Fork the repository
Click the “Fork” button on the AppFlowy GitHub repository.
2. Create a Branch
Create a new branch for your work:feature/description- New featuresfix/description- Bug fixesdocs/description- Documentation changesrefactor/description- Code refactoringtest/description- Test improvements
3. Make Changes
Write code
Make your changes following the code style guide.
4. Commit Changes
Write clear, descriptive commit messages:feat: New featurefix: Bug fixdocs: Documentation changesstyle: Code style changes (formatting)refactor: Code refactoringtest: Adding or updating testschore: Maintenance tasks
5. Push and Create Pull Request
Pull Request Guidelines
PR Title
Use a clear, descriptive title following the commit message format:PR Description
Your PR should include:Testing
Describe how you tested the changes:
- Platforms tested (macOS, Windows, Linux, iOS, Android)
- Test scenarios covered
- Screenshots or videos (for UI changes)
Checklist
- Code follows the style guide
- Tests pass locally
- Documentation updated
- Changelog updated (if applicable)
PR Size
Keep PRs focused and reasonably sized. Large PRs are harder to review and take longer to merge.
- One feature/fix per PR
- Break large changes into multiple PRs
- Keep PRs under 500 lines when possible
Code Review Process
What to Expect
Human review
Maintainers will review your code and may:
- Request changes
- Ask questions
- Suggest improvements
Review Timeline
- Initial review: 1-7 days
- Small PRs: Usually faster
- Large PRs: May take longer
Be patient! Maintainers are volunteers and may take time to review.
Reporting Bugs
Found a bug? Help us fix it:Check existing issues
Search existing issues to avoid duplicates.
Create bug report
Use the bug report template:
- Clear title
- Steps to reproduce
- Expected behavior
- Actual behavior
- Environment (OS, version)
- Screenshots/videos
Requesting Features
Have an idea? Share it:Check roadmap
Review the public roadmap to see if it’s planned.
Create feature request
Use the feature request template:
- Clear description
- Use case
- Expected behavior
- Mockups (if applicable)
Translation Contributions
Help translate AppFlowy:Use inlang editor
Use the inlang online editor to add translations.
Documentation Contributions
Improve the docs:- Fix typos and errors
- Add examples and tutorials
- Clarify confusing sections
- Update outdated information
Documentation PRs are just as valuable as code contributions!
Community Guidelines
Code of Conduct
AppFlowy follows the Contributor Covenant Code of Conduct. Key principles:Be Respectful
Treat everyone with respect and kindness
Be Constructive
Provide helpful, constructive feedback
Be Welcoming
Welcome newcomers and help them get started
Be Patient
Everyone is learning and growing
Getting Help
Stuck? Ask for help:- Discord: Real-time chat with community
- Forum: Longer-form discussions
- GitHub Discussions: Design discussions
- Stack Overflow: Tag questions with
appflowy
Recognition
We value all contributions:Contributors page
All contributors appear on the contributors page.
Congratulations! If your PR is accepted, you’re now an official AppFlowy contributor!
Legal
License
AppFlowy is licensed under the AGPLv3 License. By contributing, you agree that your contributions will be licensed under the same license.Contributor License Agreement
Contributors retain copyright to their contributions but grant AppFlowy the right to use, modify, and distribute the code.Next Steps
Code Style
Learn about coding conventions
Testing
Understand the testing approach
Architecture
Deep dive into the architecture
Setup
Set up your development environment