Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,9 @@ When assigned an issue or directly given a task in GitHub:
4. If warnings exist:
- Click "View Details" to open the build report
- Resolve any build warnings you introduced

### New pages

Include any newly created pages in the relevant toc.yml file. The exact location of this file might not be obvious, so search for the toc.yml that already references pages from the same directory, then add the new page there.

If the new page used to be a redirect (this most often happens when a previously undocumented error is documented), remove its entry from the appropriate `.openpublishing.redirection.*.json` file (that is, from whichever redirection file currently contains that redirect).