Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

PowerShellOrg/.github

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
9 Commits
 
 
 
 
 
 
 
 
 
 

PowerShellOrg Community Health Files

This repository provides organization-wide default community health files and shared infrastructure for PowerShellOrg — a community-run GitHub organization dedicated to maintaining quality PowerShell open-source tools.

GitHub automatically applies the files in .github/ to every repository in the org that does not define its own version.

What's in here

Path Purpose
.github/CODE_OF_CONDUCT.md Contributor Covenant 3.0, adapted for PowerShellOrg
.github/CONTRIBUTING.md Org-wide contribution guide; dev setup, PR expectations, release process
.github/SECURITY.md Vulnerability reporting policy and SLA commitments
.github/SUPPORT.md Where to ask questions vs. file issues
.github/GOVERNANCE.md Roles, decision-making, maintainer lifecycle, succession
.github/FUNDING.yml Funding platform configuration (placeholder)
.github/ISSUE_TEMPLATE/ YAML issue forms: bug, feature, question, adoption request
.github/DISCUSSION_TEMPLATE/ Discussion category starters
.github/PULL_REQUEST_TEMPLATE.md Standard PR checklist
.github/workflows/powershell-ci.yml Reusable CI workflow: Windows + Linux + macOS, PS 5.1 + 7.x
.github/workflows/powershell-release.yml Reusable release workflow: build, publish to PSGallery, GitHub Release
docs/maintainer-onboarding.md Day-1 checklist for new maintainers
docs/revival-playbook.md Five-phase checklist for reviving an abandoned tool
docs/adoption-criteria.md What we evaluate before adopting a tool
profile/README.md Org landing page displayed on github.com/PowerShellOrg

Reusable workflows

Both workflows are reusable via workflow_call. Consuming repos call them from their own tag-triggered or push-triggered workflows.

Current consumers: Plaster, PSDepend

CI (powershell-ci.yml)

Runs the full test and analysis matrix. Call it from any repo:

jobs:
  ci:
    uses: PowerShellOrg/.github/.github/workflows/powershell-ci.yml@main

Release (powershell-release.yml)

Builds, publishes to PSGallery, and creates a GitHub Release. Requires the PSGALLERY_API_KEY secret to be set in the consuming repo.

jobs:
  release:
    uses: PowerShellOrg/.github/.github/workflows/powershell-release.yml@main
    with:
      module-name: MyModule
    secrets:
      PSGALLERY_API_KEY: ${{ secrets.PSGALLERY_API_KEY }}

Governance

See GOVERNANCE.md for the full governance model. The short version: Gilbert Sanchez is the Steward; the Council is all active maintainers; decisions default to the Steward with a 72-hour silent-assent window for non-urgent changes.

License

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.