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
docs: generalize CONTRIBUTING.md for any PSModule module repo
Remove Template-PSModule-specific framing ('template itself', 'propose
template changes', 'canonical starting template'). The file now reads
correctly whether instantiated as the template repo itself or any module
repo created from it.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,12 @@
1
1
# Contributing
2
2
3
-
Thank you for contributing to `Template-PSModule`.
4
-
This file describes how to work on the template itself — not how to use it.
5
-
If you want to create a new module from this template, see the [template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/).
6
-
7
-
## What this repository is
8
-
9
-
`Template-PSModule` is the canonical starting template for new PowerShell modules in the PSModule organization.
10
-
Changes to this repository affect every module created from it going forward.
11
-
Keep changes focused: structural layout, required community files, CI/CD wiring, and framework defaults.
3
+
Thank you for contributing to this module.
4
+
Read [`AGENTS.md`](AGENTS.md) first for the full guidance chain and documentation references.
12
5
13
6
## Before you start
14
7
15
-
1. Read [`AGENTS.md`](AGENTS.md)for the guidance chain and documentation references.
16
-
2. Familiarise yourself with the [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) that this template must satisfy.
8
+
1. Read [`README.md`](README.md)to understand what the module does.
9
+
2. Familiarise yourself with the [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) that this repository must satisfy.
17
10
3. Check the open issues and pull requests to avoid duplicate work.
18
11
19
12
## Workflow
@@ -38,12 +31,12 @@ For PR format guidance, see [PR Format](https://msxorg.github.io/docs/Ways-of-Wo
38
31
39
32
## Issues
40
33
41
-
Use GitHub Issues to report bugs, request features, or propose template changes.
34
+
Use GitHub Issues to report bugs, request features, or propose improvements.
42
35
Follow the [issue format](https://msxorg.github.io/docs/Ways-of-Working/Issue-Format/) guidance.
43
36
44
37
## Code standards
45
38
46
-
PowerShell in this template follows the [PSModule Standards](https://psmodule.github.io/docs/Modules/Standards/) and the
39
+
PowerShell in this module follows the [PSModule Standards](https://psmodule.github.io/docs/Modules/Standards/) and the
0 commit comments