Skip to content

Commit 6dfee58

Browse files
committed
Touch-up custom prompt
1 parent 41493c6 commit 6dfee58

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/prompts/update-library-template.prompt.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: Merges the latest Library.Template into this repo (at position of H
44

55
# Instructions
66

7-
1. Run `tools\MergeFrom-Template.ps1`
7+
1. Run `tools/MergeFrom-Template.ps1`
88
2. Resolve merge conflicts, taking into account conflict resolution policy below.
99
3. Validate the changes, as described in the validation section below.
10-
4. Commiting your changes (if applicable).
10+
4. Committing your changes (if applicable).
1111

1212
## Conflict resolution policy
1313

@@ -33,7 +33,7 @@ Conflicts in the following files should always be resolved by keeping the curren
3333
Very typically, when the incoming change is to a file that was deleted locally, the correct resolution is to re-delete the file.
3434

3535
In some cases however, the deleted file may have incoming changes that should be applied to other files.
36-
The `test\Library.Tests\Library.Tests.csproj` file is very typical of this.
36+
The `test/Library.Tests/Library.Tests.csproj` file is very typical of this.
3737
Changes to this file should very typically be applied to any and all test projects in the repo.
3838
You are responsible for doing this in addition to re-deleting this template file.
3939

0 commit comments

Comments
 (0)