Skip to content

Commit 6315403

Browse files
committed
Update template setup instructions a bit
1 parent a20af95 commit 6315403

File tree

1 file changed

+7
-14
lines changed
  • src/Template.PowerShell.ScriptModule/TemplateRepoFiles

1 file changed

+7
-14
lines changed

src/Template.PowerShell.ScriptModule/TemplateRepoFiles/ReadMe.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,21 @@ If using Azure DevOps Pipelines for your CI/CD pipelines, perform the following
3434

3535
### ✔ Step 5: Review and update boilerplate repo files
3636

37-
The following boilerplate git repository files should be reviewed and updated or removed.
37+
The following boilerplate git repository files should be reviewed and updated or removed as needed.
3838

39-
Will require changes:
40-
41-
- [License](/License.md): Update to match your module's license, and ensure it uses the correct name in the copyright.
42-
- [CODEOWNERS](/.github/CODEOWNERS): Update to match your module's maintainers, or remove this file.
43-
- [FUNDING](/.github/FUNDING.yml): Update to match your module's donation information, or remove this file.
44-
- [ReadMe](/ReadMe.md): Update with your module's information.
45-
46-
May require changes:
47-
48-
- Module manifest: Update the module manifest (the `.psd1` file in the `src` directory) with your module's information.
39+
- [__NewModuleName__.psd1](/src/__NewModuleName__/__NewModuleName__.psd1): Update the module manifest with your module's information.
4940
- [Changelog](/Changelog.md): If you don't plan to track a changelog, remove this file and it's reference from the ReadMe.
41+
- [License](/License.md): Update to match your module's license, and ensure it uses the correct name in the copyright.
5042
- [Contributing](/docs/Contributing.md): Update to match your module's contributing guidelines, or remove it.
51-
- [Architectural Decision Records](/docs/ArchitectureDecisionRecords/): Remove this directory if you don't plan to use ADRs, and it's reference from the Contributing page.
52-
- [bug_report](/.github/ISSUE_TEMPLATE/bug_report.md), [feature_request](/.github/ISSUE_TEMPLATE/feature_request.md), [pull_request_template](/.github/pull_request_template.md): Update the bug report, feature request, and pull request templates as needed to meet your requirements, or remove them.
43+
- [bug_report](/.github/ISSUE_TEMPLATE/bug_report.md), [feature_request](/.github/ISSUE_TEMPLATE/feature_request.md), [pull_request_template](/.github/pull_request_template.md): Update these GitHub templates as needed to meet your requirements, or remove them.
5344
- Build and deployment workflows: The workflows include extra steps that you may not want, such as spell check, code coverage, etc.
5445
Review the workflows and remove any steps that you don't want to include in your CI/CD pipeline.
46+
- [ReadMe](/ReadMe.md): Update this file with your module's information.
47+
Some example template content is provided below; fill it out, or remove it and write your own.
5548

5649
> [!IMPORTANT]
5750
> If you've made it this far, your repository is now ready for use! 🎉
58-
> You may delete all of the content above and commit any changes you've made.
51+
> You may delete this and all of the content above and commit any changes you've made.
5952
6053
# __NewModuleName__ PowerShell Module
6154

0 commit comments

Comments
 (0)