Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Open a [GitHub issue](https://github.com/cytomining/cytomining.github.io/issues)

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

## Project migration

Projects typically begin in the [WayScience](https://github.com/WayScience) organization (or other organizations) while APIs, scope, and maintenance practices are evolving.
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.

See the [graduation process](content/governance/_index.md#graduation-process) for the current migration criteria.

## Content guidelines

- Keep tool descriptions factual and concise.
Expand Down
4 changes: 2 additions & 2 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
weight = 40

[[main]]
name = "People"
pageRef = "people"
name = "Governance"
pageRef = "governance"
weight = 50


Expand Down
10 changes: 8 additions & 2 deletions content/people/_index.md → content/governance/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
title: People
description: Contributors, governance, code of conduct, and security stance for the Cytomining community.
title: Governance
description: Contributors, project graduation, code of conduct, and security stance for the Cytomining community.
showDate: false
showAuthor: false
layout: simple
url: /governance/
aliases:
- /people/
---

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

### Graduation process

Projects typically begin in the [`WayScience`](https://github.com/WayScience) organization (or other organizations) while APIs, scope, and maintenance practices are evolving.
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.

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:

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