Organization-level GitHub configuration for the Omni-Dromenon Engine project.
This repository contains default community health files and templates that are automatically inherited by all repositories in the omni-dromenon-engine organization that don’t have their own versions.
| Path | Purpose |
|---|---|
profile/README.md |
Organization profile displayed on github.com/omni-dromenon-engine |
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 |
ISSUE_TEMPLATE/ |
Standardized issue templates (bug, feature, research) |
PULL_REQUEST_TEMPLATE/ |
Pull request template with checklist |
workflow-templates/ |
Reusable GitHub Actions workflows |
GitHub automatically uses these files for any repository in the organization that doesn’t have its own version:
CODE_OF_CONDUCT.md, CONTRIBUTING.md, etc.) — appear in the “Community” section of each repoTo override any file for a specific repository:
.github/ directoryAvailable workflow templates:
| Template | Description |
|---|---|
ci.yml |
Standard CI: lint, test (Node 20.x/22.x), build, security audit |
To use in a repository:
# Clone this repository
git clone https://github.com/omni-dromenon-engine/.github.git
cd .github
# Make changes
# ...
# Commit and push
git add .
git commit -m "chore: update community files"
git push origin main
MIT License — see individual repositories for their specific licenses.