Skip to:
Content

BuddyPress.org

Changeset 13746


Ignore:
Timestamp:
03/02/2024 02:13:27 AM (2 years ago)
Author:
imath
Message:

Contributor docs: migrate the Release Leads & Deputies codex page

Copy the existing text as is. Paul Gibbs did a great work about it 👏. Simply update the project meeting frequency (from weekly to bi-weekly).

Props djpaul

Closes https://github.com/buddypress/buddypress/pull/244

Location:
trunk/docs/contributor
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/contributor/README.md

    r13721 r13746  
    33Welcome to the BuddyPress Contributor Handbook.
    44
     5- [About the BuddyPress open source project](./project/README.md)
    56- [Contribute to documentation](./documentation/README.md)
    67- Contribute to translation
  • trunk/docs/contributor/manifest.json

    r13721 r13746  
    44        "slug": "handbook",
    55        "markdown_source": "../contributor/README.md",
     6        "parent": null
     7    },
     8    {
     9        "title": "About the BuddyPress open source project",
     10        "slug": "about",
     11        "markdown_source": "../contributor/project/README.md",
     12        "parent": null
     13    },
     14    {
     15        "title": "How a release cycle works?",
     16        "slug": "about-release",
     17        "markdown_source": "../contributor/project/release/README.md",
     18        "parent": null
     19    },
     20    {
     21        "title": "Release Leads & Deputies",
     22        "slug": "about-release-leads",
     23        "markdown_source": "../contributor/project/release/leads.md",
    624        "parent": null
    725    },
Note: See TracChangeset for help on using the changeset viewer.