This repository provides organization-wide defaults for every repo under Envision-Construction. GitHub automatically applies these files to any repo that does not define its own equivalent.
| Path | Purpose |
|---|---|
profile/README.md |
Public-facing org profile (shown on the org page) |
SECURITY.md |
Vulnerability disclosure policy |
CODE_OF_CONDUCT.md |
Community standards |
CONTRIBUTING.md |
Default contribution guide |
.github/PULL_REQUEST_TEMPLATE.md |
Default PR template |
.github/ISSUE_TEMPLATE/bug_report.yml |
Bug report form |
.github/ISSUE_TEMPLATE/feature_request.yml |
Feature request form |
.github/ISSUE_TEMPLATE/config.yml |
Routes bug/feature/security/support |
.github/dependabot.yml |
Keeps this repo's actions fresh |
workflow-templates/ |
Starter workflows selectable from the Actions UI |
Any repo that checks in its own SECURITY.md, CONTRIBUTING.md, .github/PULL_REQUEST_TEMPLATE.md, etc., overrides what's here. Keep overrides minimal — update this repo when a policy should apply org-wide.