Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Rubicon 0.5.2.dev4+g36dbdc0
Logo
Rubicon 0.5.2.dev4+g36dbdc0
  • Tutorials
    • Your first bridge
    • Tutorial 2 - Writing your own class
  • How-to Guides
    • Getting Started with Rubicon
    • You’re just not my type: Using Objective-C types in Python
    • Memory management for Objective-C instances
    • Using and creating Objective-C protocols
    • Asynchronous Programming with Rubicon
    • Calling plain C functions from Python
    • Contributing to Rubicon ObjC
      • How to contribute code to Rubicon
      • Contributing to the documentation
    • Internal How-to guides
      • How to cut a Rubicon-ObjC release
  • Background
    • Why “Rubicon”?
    • The Rubicon Objective-C Developer and User community
    • Success Stories
    • Release History
    • 0.5.1 (2025-06-03)
    • 0.5.0 (2025-01-07)
    • 0.4.9 (2024-05-03)
    • 0.4.8 (2024-04-03)
    • 0.4.7 (2023-10-19)
    • 0.4.6 (2023-04-14)
    • 0.4.5 (2023-02-03)
    • 0.4.5rc1 (2023-01-25)
    • 0.4.4 (2023-01-23)
    • 0.4.3 (2022-12-05)
    • Road map
  • Reference
    • rubicon.objc — The main Rubicon module
    • rubicon.objc.api — The high-level Rubicon API
    • rubicon.objc.eventloop — Integrating native event loops with asyncio
    • rubicon.objc.runtime — Low-level Objective-C runtime access
    • rubicon.objc.types — Non-Objective-C types and utilities
Back to top
View this page

Contributing to Rubicon ObjC¶

Rubicon ObjC is an open source project, and actively encourages community contributions. The following guides will help you get started contributing.

  • How to contribute code to Rubicon
    • Set up your development environment
  • Contributing to the documentation
    • Create a .rst file
    • Build documentation locally
    • Documentation linting
    • Rebuilding all documentation
    • Live documentation preview
Next
How to contribute code to Rubicon
Previous
Calling plain C functions from Python
Copyright © Russell Keith-Magee
Made with Sphinx and @pradyunsg's Furo