Skip to content

Commit eed5f76

Browse files
authored
Fixed headline in CONTRIBUTING.md (#5234)
1 parent 31a0a4d commit eed5f76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Support & contributing guidelines (September 19, 2017)
1+
Support & contributing guidelines
22
===
33
Do you have feature requests, questions or would you like to report a bug? Please follow these guidelines when posting on the [issue list](https://github.com/NLog/NLog/issues). The issues are labeled with the [following guideline](/issue-labeling.md).
44

src/NLog.sln

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
2929
..\appveyor.yml = ..\appveyor.yml
3030
..\build.ps1 = ..\build.ps1
3131
..\CHANGELOG.md = ..\CHANGELOG.md
32+
..\.github\CONTRIBUTING.md = ..\.github\CONTRIBUTING.md
3233
..\.github\dependabot.yml = ..\.github\dependabot.yml
3334
..\README.md = ..\README.md
3435
..\run-tests.ps1 = ..\run-tests.ps1
@@ -44,7 +45,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Database", "NLog.Datab
4445
EndProject
4546
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Database.Tests", "..\tests\NLog.Database.Tests\NLog.Database.Tests.csproj", "{35EB0745-C37C-4E42-86C5-481A7D773E2E}"
4647
EndProject
47-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTrimPublish", "..\tests\TestTrimPublish\TestTrimPublish.csproj", "{058FBDB2-4C9C-45F6-BE9E-088AD019C77A}"
48+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestTrimPublish", "..\tests\TestTrimPublish\TestTrimPublish.csproj", "{058FBDB2-4C9C-45F6-BE9E-088AD019C77A}"
4849
EndProject
4950
Global
5051
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)