Skip to content

Commit d2a1a29

Browse files
🔧 [Docs]: Reorganize specifications and practices section in README.md
1 parent 3258588 commit d2a1a29

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
A workflow for crafting PowerShell modules using the PSModule framework, which builds, tests and publishes PowerShell modules to the PowerShell
44
Gallery and produces documentation that is published to GitHub Pages. The workflow is used by all PowerShell modules in the PSModule organization.
55

6-
## Specifications and practices
7-
8-
Process-PSModule follows:
9-
10-
- [Test-Driven Development](https://testdriven.io/test-driven-development/) using [Pester](https://pester.dev) and [PSScriptAnalyzer](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/overview?view=ps-modules)
11-
- [GitHub Flow specifications](https://docs.github.com/en/get-started/using-github/github-flow)
12-
- [SemVer 2.0.0 specifications](https://semver.org)
13-
- [Continiuous Delivery practices](https://en.wikipedia.org/wiki/Continuous_delivery)
14-
156
## How to get started
167

178
1. [Create a repository from the Template-Module](https://github.com/new?template_name=Template-PSModule&template_owner=PSModule&description=Add%20a%20description%20(required)&name=%3CModule%20name%3E).
@@ -306,3 +297,12 @@ permissions:
306297
```
307298

308299
For more info see [Deploy GitHub Pages site](https://github.com/marketplace/actions/deploy-github-pages-site).
300+
301+
## Specifications and practices
302+
303+
Process-PSModule follows:
304+
305+
- [Test-Driven Development](https://testdriven.io/test-driven-development/) using [Pester](https://pester.dev) and [PSScriptAnalyzer](https://learn.microsoft.com/en-us/powershell/utility-modules/psscriptanalyzer/overview?view=ps-modules)
306+
- [GitHub Flow specifications](https://docs.github.com/en/get-started/using-github/github-flow)
307+
- [SemVer 2.0.0 specifications](https://semver.org)
308+
- [Continiuous Delivery practices](https://en.wikipedia.org/wiki/Continuous_delivery)

0 commit comments

Comments
 (0)