You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/reference/repository-standard.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,22 @@ It does not apply directly to:
17
17
- Template repositories other than `Template-PSModule`.
18
18
- Test, archive, service, or infrastructure repositories that are not published as module artifacts.
19
19
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.
21
36
22
37
Each initiative should keep its own repository standards in its central
23
38
documentation repository. For the PSModule organization, this repository owns
0 commit comments