Skip to content

Commit 7a7cfa6

Browse files
authored
Update copilot-instructions.md
Follow dotnet/docs#47550
1 parent 65b0657 commit 7a7cfa6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
When you're assigned an issue, after you've completed your work and the workflows (status checks) have run, check to make sure there are no build warnings under the OpenPublishing.Build status check. If there are, open the build report (under View Details) and resolve any build warnings you introduced.
2+
13
When writing documentation or editing .md files, follow the following guidelines:
24

35
Unless otherwise specified, all .NET content refers to modern .NET (not .NET Framework).
@@ -38,4 +40,4 @@ If you're assigned a GitHub issue that's labeled "breaking-change", include the
3840

3941
If you include a code snippet that's more than 6 lines long, put it in a separate .cs file in a folder named "snippets" in the same folder as the document. Within the "snippets" folder, add a new directory with the name of the document. For example, if the document is named "my-doc.md", create a folder named "snippets/my-doc" folder. Also add a simple .csproj file to the same directory that targets the latest version of .NET. It can be a library or executable project.
4042

41-
If you're adding a new Markdown file, it should be named in all lowercase with hyphens separating words. Also, omit any filler words such as "the" or "a" from the file name.
43+
If you're adding a new Markdown file, it should be named in all lowercase with hyphens separating words. Also, omit any filler words such as "the" or "a" from the file name.

0 commit comments

Comments
 (0)