-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4335 from Youssef1313/patch-8
Create PULL_REQUEST_TEMPLATE.md
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- | ||
Make sure to run `msbuild RoslynAnalyzers.sln /t:pack` and `msbuild FxCopAnalyzeres.sln /t:pack` in the repository root when | ||
you have any of the following changes that affect auto-generated files. Otherwise, the CI build will fail. | ||
- Adding a new diagnostic analyzer or a code fix | ||
- Adding or updating resource strings used by analyzers and code fixes | ||
- Updating analyzer package versions in [Versions.props](../eng/Versions.props) | ||
(Consider merging master into your branch before you run msbuild pack to reduce having merge conflicts) | ||
If you're adding a new rule, Make sure to read the guidlines in: https://github.com/dotnet/roslyn-analyzers/blob/master/GuidelinesForNewRules.md. | ||
Also, see https://docs.microsoft.com/contribute/dotnet/dotnet-contribute-code-analysis#contribute-docs-for-caxxxx-rules for documentation guidelines. | ||
--> |