You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:**
* Updated `.github/ISSUE_TEMPLATE/bug_report.md` to require a minimal
code snippet for reproducing bugs, clarified expected vs. actual
behavior, and standardized environment information.
[[1]](diffhunk://#diff-185833cb26d7ac66a4d39042fd576a820c2c2c6d05ad18973bb9c7dce77267c5L4-R5)
[[2]](diffhunk://#diff-185833cb26d7ac66a4d39042fd576a820c2c2c6d05ad18973bb9c7dce77267c5L14-R29)
* Updated `.github/ISSUE_TEMPLATE/feature_request.md` to pre-fill the
title and label for feature requests, ensuring consistency.
* Added a new pull request template (`.github/PULL_REQUEST_TEMPLATE.md`)
to guide contributors on summaries, change types, and checklists for PR
quality.
**Security and Community Guidelines:**
* Added a `SECURITY.md` file outlining the supported versions, how to
report vulnerabilities, and response expectations.
* Updated `.github/ISSUE_TEMPLATE/config.yml` to disable blank issues
and direct general questions to GitHub Discussions.
**Automation and Dependency Management:**
* Enhanced `.github/dependabot.yml` to automatically label dependency
PRs with "dependencies" and assign them to "petesramek" for all package
ecosystems.
Only the latest published version receives security fixes. If you are on an older version, please upgrade.
11
+
12
+
## Reporting a Vulnerability
13
+
14
+
**Please do not open a public GitHub issue for security vulnerabilities.**
15
+
16
+
Report security issues privately via [GitHub Security Advisories](https://github.com/petesramek/polyline-algorithm-csharp/security/advisories/new).
17
+
18
+
Include:
19
+
- A description of the vulnerability
20
+
- Steps to reproduce or a proof-of-concept
21
+
- Potential impact assessment
22
+
23
+
You can expect an initial response within 5 business days. Once confirmed, a fix will be prioritized and a patch release issued. You will be credited in the release notes unless you prefer to remain anonymous.
- markdown: Initializes a new instance of the <xref href="PolylineAlgorithm.Abstraction.AbstractPolylineDecoder%602" data-throw-if-not-resolved="false"></xref> class with default encoding options.
description: A <xref href="System.ReadOnlyMemory%601" data-throw-if-not-resolved="false"></xref> of <xref href="System.Char" data-throw-if-not-resolved="false"></xref> representing the encoded polyline characters.
- markdown: Initializes a new instance of the <xref href="PolylineAlgorithm.Abstraction.AbstractPolylineEncoder%602" data-throw-if-not-resolved="false"></xref> class with default encoding options.
0 commit comments