chore: add CODEOWNERS, Code of Conduct, CHANGELOG, Source Link, and workflow fixes#223
Merged
petesramek merged 1 commit intodevelop/1.0from Apr 5, 2026
Merged
Conversation
…orkflow fixes Agent-Logs-Url: https://github.com/petesramek/polyline-algorithm-csharp/sessions/52ab97a8-574e-4a38-8b2c-9dd992b14b79 Co-authored-by: petesramek <2333452+petesramek@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
petesramek
April 5, 2026 17:02
View session
petesramek
approved these changes
Apr 5, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repository health improvements across 8 areas.
Changes
New files
.github/CODEOWNERS– assigns@petesramekas owner of.github/,src/, andtests/CODE_OF_CONDUCT.md– Contributor Covenant 2.1 with "project maintainer" as enforcement contactCHANGELOG.md– minimal changelog that links to the GitHub Releases pageWorkflow fixes (
.github/workflows/pull-request.yml)'from thedotnet-sdk-versionparameter in thepublish-development-packagejobifcondition – replaced invalidgithub.env.is_releasecontext withneeds.workflow-variables.outputs.is-release == 'true'; addedworkflow-variablesto the benchmark job'sneedsso the output is availablesecurityjob – new job that runsdotnet list src/PolylineAlgorithm/PolylineAlgorithm.csproj package --vulnerable --include-transitiveafter build; fails on non-zero exitSource Link (
Directory.Build.props)<EmbedUntrackedSources>true</EmbedUntrackedSources>and<DebugType>embedded</DebugType>to the firstPropertyGroupMicrosoft.SourceLink.GitHubversion8.*(no known vulnerabilities per GitHub Advisory Database) to the analyzerItemGroupDocumentation (
docs/local-development.md)NUGET_PACKAGE_FEED_API_KEYNUGET_PACKAGE_FEED_URL,BENCHMARKDOTNET_RUN_OVERRIDE,BENCHMARKDOTNET_RUNTIMES,BENCHMARKDOTNET_FILTER,DEFAULT_BUILD_FRAMEWORK,SRC_DEFAULT_GLOB_PATTERNVerification
dotnet build PolylineAlgorithm.slnx --configuration Releasepasses with 0 errors