Skip to content

Commit a270fc2

Browse files
d33bsgwaybio
andauthored
Enhance project graduation process docs (#19)
* enhance project graduation process docs * change people link to governance * greg's review Co-Authored-By: Gregory Way <gregory.way@gmail.com> --------- Co-authored-by: Gregory Way <gregory.way@gmail.com>
1 parent 1555fde commit a270fc2

3 files changed

Lines changed: 17 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Open a [GitHub issue](https://github.com/cytomining/cytomining.github.io/issues)
1919

2020
Please keep pull requests focused on a single change. All status checks must pass before merge.
2121

22+
## Project migration
23+
24+
Projects typically begin in the [WayScience](https://github.com/WayScience) organization (or other organizations) while APIs, scope, and maintenance practices are evolving.
25+
Once a project demonstrates stable releases, documentation, testing, active maintenance, and value to the broader Cytomining community, maintainers may propose transferring it to the [Cytomining](https://github.com/cytomining) organization through maintainer consensus.
26+
27+
See the [graduation process](content/governance/_index.md#graduation-process) for the current migration criteria.
28+
2229
## Content guidelines
2330

2431
- Keep tool descriptions factual and concise.

config/_default/menus.en.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
weight = 40
2020

2121
[[main]]
22-
name = "People"
23-
pageRef = "people"
22+
name = "Governance"
23+
pageRef = "governance"
2424
weight = 50
2525

2626

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: People
3-
description: Contributors, governance, code of conduct, and security stance for the Cytomining community.
2+
title: Governance
3+
description: Contributors, project graduation, code of conduct, and security stance for the Cytomining community.
44
showDate: false
55
showAuthor: false
66
layout: simple
7+
url: /governance/
8+
aliases:
9+
- /people/
710
---
811

912
The Cytomining ecosystem is maintained by a distributed community of contributors across academia and industry.
@@ -48,6 +51,9 @@ Roadmap tools ([`buscar`](/experimental/buscar/), [`OME-arrow`](/experimental/om
4851

4952
### Graduation process
5053

54+
Projects typically begin in the [`WayScience`](https://github.com/WayScience) organization (or other organizations) while APIs, scope, and maintenance practices are evolving.
55+
Once a project demonstrates stable releases, documentation, testing, active maintenance, and value to the broader Cytomining community, maintainers may propose transferring it to the [`Cytomining`](https://github.com/cytomining) organization through maintainer consensus.
56+
5157
A tool is considered ready to migrate from [`WayScience`](https://github.com/WayScience) (or any other repository from other organizations) into [`Cytomining`](https://github.com/cytomining) when it meets the following criteria:
5258

5359
- **Within scope** — the tool must be purpose-built for scientists who perform image-based profiling.

0 commit comments

Comments
 (0)