Open Screen is a community-driven project. We welcome contributions of all kinds, from bug fixes to new features.
How to Contribute
Fork the Repository
Click the “Fork” button at the top right of the Open Screen repository to create your own copy.
Create a New Branch
Create a branch for your feature or bug fix:Use descriptive branch names that indicate the purpose of your changes.
Make Your Changes
Make your changes to the codebase. Follow the project’s coding standards and best practices.
Test Your Changes
Test your changes thoroughly to ensure they work as expected and do not break existing functionality.Run the test suite:
Development Setup
Prerequisites
Before you begin, ensure you have the following installed:- Node.js (v16 or higher)
- npm or yarn
- Git
Local Development
To set up the project for local development:Tech Stack
Open Screen is built with:- Electron - Desktop application framework
- React - UI library
- TypeScript - Type-safe JavaScript
- Vite - Build tool and dev server
- PixiJS - 2D rendering engine
- dnd-timeline - Timeline editing component
Reporting Issues
If you encounter a bug or have a feature request, please open an issue in the Issues section of the repository.Provide as much detail as possible when reporting issues, including:
- Steps to reproduce the bug
- Expected behavior
- Actual behavior
- Screenshots or videos if applicable
- Your operating system and Open Screen version
Style Guide
When contributing code to Open Screen, please follow these guidelines:Code Style
- Write clear, concise, and descriptive commit messages
- Include comments where necessary to explain complex code
- Follow the existing code style and conventions
- Use TypeScript types and interfaces appropriately
- Run the linter before committing:
Commit Messages
Use conventional commit format:feat:for new featuresfix:for bug fixesdocs:for documentation changesrefactor:for code refactoringtest:for adding testschore:for maintenance tasks
feat: add speed adjustment shortcut configuration
What Can You Contribute?
There are many ways to contribute to Open Screen:Bug Fixes
Help fix reported bugs or issues you encounter while using the application.
New Features
Implement new features or enhancements. Check the project roadmap for ideas.
Documentation
Improve documentation, add examples, or fix typos.
Testing
Write tests to improve code coverage and reliability.
Community Guidelines
- Be respectful and welcoming to all contributors
- Provide constructive feedback on pull requests
- Help others when you can
- Follow the Code of Conduct
Getting Help
If you need help with your contribution:- Check the project roadmap to understand the current direction
- Look at open issues for context
- Ask questions in your pull request or issue
- Join discussions in the repository
License
By contributing to Open Screen, you agree that your contributions will be licensed under the MIT License.Open Screen is 100% free for personal and commercial use. Your contributions help keep it that way!
Thank you for contributing to Open Screen! Your efforts help make screen recording accessible and free for everyone.
