Skip to content

Latest commit

 

History

History
96 lines (64 loc) · 2.57 KB

File metadata and controls

96 lines (64 loc) · 2.57 KB

Contributing to OmniScript Organization

Thank you for your interest in contributing to OmniScript Format (OSF)! This organization maintains the OSF specification and ecosystem.


📦 OmniScript Repositories

Each repository has its own CONTRIBUTING.md with specific guidelines.


🚀 Getting Started

  1. Choose a repository from the list above
  2. Read the repository's CONTRIBUTING.md for specific guidelines
  3. Fork the repository and create a branch
  4. Make your changes following the guidelines
  5. Submit a pull request with a clear description

💡 Ways to Contribute

Code Contributions

  • Fix bugs in parser/CLI
  • Add new features
  • Improve converters
  • Enhance VSCode extension

Documentation

  • Improve guides and tutorials
  • Add examples
  • Fix typos and errors
  • Translate documentation

Community

  • Answer questions in Discussions
  • Report bugs with clear reproduction steps
  • Suggest features and improvements
  • Review pull requests

✨ Guidelines

Commit Message Convention

We follow Conventional Commits:

  • feat: - New features
  • fix: - Bug fixes
  • docs: - Documentation
  • test: - Tests
  • refactor: - Refactoring
  • perf: - Performance
  • chore: - Maintenance

Code of Conduct

All contributors must follow our Code of Conduct.

We are committed to providing a welcoming and inclusive environment for everyone.


🤝 Community


📄 License

All OmniScript repositories are licensed under the MIT License.

By contributing, you agree that your contributions will be licensed under the same terms.


🌟 Recognition

Contributors are recognized in:

  • Repository CHANGELOG files
  • Release notes
  • Website contributors page

Thank you for helping build the future of intelligent, interoperable documents!