Skip to content

Commit 2eb17ed

Browse files
Inherit organization community policies
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 0922daf commit 2eb17ed

5 files changed

Lines changed: 19 additions & 211 deletions

File tree

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 164 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Contributing
22

33
Thank you for investing your time in contributing to this repository.
4-
Read the [Code of Conduct](CODE_OF_CONDUCT.md) before participating, and read
4+
Read the [PSModule Code of Conduct](https://github.com/PSModule/.github/blob/main/.github/CODE_OF_CONDUCT.md)
5+
before participating, and read
56
[`AGENTS.md`](../AGENTS.md) for the full guidance chain and documentation
67
references.
78

@@ -51,4 +52,4 @@ PowerShell and GitHub Actions in this repository follow the
5152

5253
## Questions
5354

54-
Follow the repository's [support guidance](SUPPORT.md).
55+
Follow the [PSModule support guidance](https://github.com/PSModule/.github/blob/main/.github/SUPPORT.md).

.github/SECURITY.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/SUPPORT.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/content/reference/repository-standard.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,22 @@ It does not apply directly to:
1717
- Template repositories other than `Template-PSModule`.
1818
- Test, archive, service, or infrastructure repositories that are not published as module artifacts.
1919

20-
Two baseline expectations still apply to every PSModule repository, including the types listed above. Each repository stands on its own: it carries its own governance and community files instead of relying on the organization `.github` fallback, and each repository ships the [agent onboarding files](#agent-onboarding-files) so an agent can work in it without prior context. What differs by type is the concrete file set and layout: the required files, README shape, and framework wiring on the rest of this page are the module standard, and non-module repositories keep only the equivalent baseline appropriate to their own type. This documentation project, maintained in `PSModule/Process-PSModule`, follows those two baseline expectations itself.
20+
Two baseline expectations still apply to every PSModule repository, including
21+
the types listed above. Each repository carries the repository-local files
22+
required for its type and ships the [agent onboarding files](#agent-onboarding-files)
23+
so an agent can work in it without prior context. Organization-owned community
24+
policies may be inherited from `PSModule/.github` when this standard explicitly
25+
allows it. What differs by type is the concrete file set and layout: the
26+
required files, README shape, and framework wiring on the rest of this page are
27+
the module standard, and non-module repositories keep only the equivalent
28+
baseline appropriate to their own type.
29+
30+
`PSModule/Process-PSModule` is a documentation repository rather than a module
31+
repository. It intentionally inherits the Code of Conduct, security policy, and
32+
support guidance from [`PSModule/.github`](https://github.com/PSModule/.github/tree/main/.github)
33+
instead of carrying repository-local `.github/CODE_OF_CONDUCT.md`,
34+
`.github/SECURITY.md`, or `.github/SUPPORT.md`; this is an explicit
35+
repository-specific exception.
2136

2237
Each initiative should keep its own repository standards in its central
2338
documentation repository. For the PSModule organization, this repository owns

0 commit comments

Comments
 (0)