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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,3 +87,17 @@ Configuration is in the `.github/renovate.json` file.
87
87
When changing the renovate.json file, follow [these validation steps](https://docs.renovatebot.com/config-validation/).
88
88
89
89
If Renovate is not creating pull requests when you expect it to, check that the [Renovate GitHub App](https://github.com/apps/renovate) is configured for your account or repo.
90
+
91
+
## Merging latest from Library.Template
92
+
93
+
### Maintaining your repo based on this template
94
+
95
+
The best way to keep your repo in sync with Library.Template's evolving features and best practices is to periodically merge the template into your repo:
96
+
`
97
+
```ps1
98
+
git fetch
99
+
git checkout origin/main
100
+
.\tools\MergeFrom-Template.ps1
101
+
# resolve any conflicts, then commit the merge commit.
0 commit comments