chore: overhaul GitHub issue/PR templates, add security policy#222
Merged
petesramek merged 3 commits intodevelop/1.0from Apr 5, 2026
Merged
chore: overhaul GitHub issue/PR templates, add security policy#222petesramek merged 3 commits intodevelop/1.0from
petesramek merged 3 commits intodevelop/1.0from
Conversation
Agent-Logs-Url: https://github.com/petesramek/polyline-algorithm-csharp/sessions/6457f86b-29ca-4c44-b10e-083861266ea9 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 15:22
View session
petesramek
approved these changes
Apr 5, 2026
auto-merge was automatically disabled
April 5, 2026 16:42
Pull request was closed
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.
This pull request improves the project's GitHub workflows and documentation templates to streamline issue reporting, feature requests, pull requests, and dependency management. It introduces clearer templates for bug reports and feature requests, adds a security policy, and enhances automation settings for dependency updates.
Issue and PR Template Improvements:
.github/ISSUE_TEMPLATE/bug_report.mdto require a minimal code snippet for reproducing bugs, clarified expected vs. actual behavior, and standardized environment information. [1] [2].github/ISSUE_TEMPLATE/feature_request.mdto pre-fill the title and label for feature requests, ensuring consistency..github/PULL_REQUEST_TEMPLATE.md) to guide contributors on summaries, change types, and checklists for PR quality.Security and Community Guidelines:
SECURITY.mdfile outlining the supported versions, how to report vulnerabilities, and response expectations..github/ISSUE_TEMPLATE/config.ymlto disable blank issues and direct general questions to GitHub Discussions.Automation and Dependency Management:
.github/dependabot.ymlto automatically label dependency PRs with "dependencies" and assign them to "petesramek" for all package ecosystems.