Organization-level GitHub configuration for ORGAN-II: Poiesis.
This repository contains default community health files, templates, workflow templates, and the public organization profile for repositories in the organvm-ii-poiesis organization.
| Field | Value |
|---|---|
| Frozen-state classification | actually-live |
| Ship-now verdict | PASS |
| Shipped test | profile/README.md renders live at github.com/organvm-ii-poiesis |
| Audit issue | organvm-ii-poiesis/.github#6 |
| Path | Purpose |
|---|---|
profile/README.md |
Organization profile displayed on github.com/organvm-ii-poiesis |
CODE_OF_CONDUCT.md |
Community standards and expected behavior |
CONTRIBUTING.md |
Guidelines for contributing code, docs, research, and art |
SECURITY.md |
Security policy and vulnerability reporting |
SUPPORT.md |
How to get help and community resources |
FUNDING.yml |
Sponsorship and funding links |
.github/ISSUE_TEMPLATE/ |
Active issue templates for this meta repository |
ISSUE_TEMPLATE/ |
Inherited issue-template source for ORGAN-II repositories |
.github/PULL_REQUEST_TEMPLATE.md |
Active pull request template for this meta repository |
PULL_REQUEST_TEMPLATE/ |
Inherited pull request-template source for ORGAN-II repositories |
workflow-templates/ |
Reusable GitHub Actions workflows |
seed.yaml |
Automation contract for ORGANVM orchestration |
GitHub automatically uses these files for any repository in the organization that does not have its own version:
- Community health files (
CODE_OF_CONDUCT.md,CONTRIBUTING.md, etc.) — appear in the "Community" section of each repo - Issue templates — available when creating new issues in any org repo
- PR templates — auto-populate when opening pull requests
- Workflow templates — appear under Actions -> "Workflows created by organvm-ii-poiesis"
To override any file for a specific repository:
- Create the same file in that repository's
.github/directory - The repo-specific file takes precedence
Available workflow templates:
| Template | Description |
|---|---|
ci.yml |
Standard CI: lint, test (Node 20.x/22.x), build, security audit |
release.yml |
Tag-triggered GitHub release workflow with changelog generation |
To use in a repository:
- Go to Actions tab
- Click "New workflow"
- Select from "Workflows created by organvm-ii-poiesis"
# Clone this repository
git clone https://github.com/organvm-ii-poiesis/.github.git
cd .github
# Make changes
# ...
# Commit and push
git add .
git commit -m "chore: update community files"
git push origin mainMIT License. See individual repositories for their specific licenses.