OPENCOLLECTIVE.rst

Overview

This file serves as a documentation page describing how the pytest core team manages their Open Collective presence and related activities. Open Collective is an online platform that facilitates transparent funding and financial management for open-source communities. The document explains the purpose of the Open Collective fund for pytest, how the funds are utilized, guidelines for core contributors to submit invoices for maintenance work, and administrative access and responsibilities related to the Open Collective dashboard.

This file is primarily informational and does not contain executable code. It is part of the project's documentation suite, helping contributors and community members understand the funding and governance aspects related to pytest's Open Collective.

Detailed Explanation

Purpose and Content Sections

References and Links

The document uses reStructuredText hyperlink targets linking to:

Usage Example

Since this is a documentation file without executable code, usage involves reading and following the guidelines provided:

Important Implementation Details

Interaction with Other Parts of the System

Mermaid Diagram: Document Structure

flowchart TD
    A[OPENCOLLECTIVE.rst] --> B[What is it]
    A --> C[Funds]
    A --> D[Admins]
    B --> E[Open Collective platform description]
    C --> F[Fund usage]
    C --> G[Contributor invoicing guidelines]
    D --> H[Admin team info]
    D --> I[Invitation to contributors]

    classDef section fill:#f9f,stroke:#333,stroke-width:1px,color:#000;
    class B,C,D section;

Summary

`OPENCOLLECTIVE.rst` is a non-code documentation file detailing the pytest project's usage of the Open Collective platform for funding. It explains the purpose of the funds, guidelines for contributors to invoice maintenance work, and the roles of admins managing the collective. This document is essential for transparency and community coordination around the project's financial aspects and complements the technical documentation by describing governance and operational workflows.