Skip to content

Commit b61bc88

Browse files
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>
1 parent b1f4d24 commit b61bc88

1 file changed

Lines changed: 6 additions & 13 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
# Contributing
22

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.
125

136
## Before you start
147

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.
1710
3. Check the open issues and pull requests to avoid duplicate work.
1811

1912
## Workflow
@@ -38,12 +31,12 @@ For PR format guidance, see [PR Format](https://msxorg.github.io/docs/Ways-of-Wo
3831

3932
## Issues
4033

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.
4235
Follow the [issue format](https://msxorg.github.io/docs/Ways-of-Working/Issue-Format/) guidance.
4336

4437
## Code standards
4538

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
4740
[MSXOrg Coding Standards](https://msxorg.github.io/docs/Coding-Standards/).
4841

4942
## Questions

0 commit comments

Comments
 (0)