chore: add issue/PR templates and expand CONTRIBUTING.md for OSPO readiness#2
Merged
Merged
Conversation
…diness Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Address OSPO readiness scan issues
chore: add issue/PR templates and expand CONTRIBUTING.md for OSPO readiness
Feb 24, 2026
brunoborges
approved these changes
Feb 24, 2026
There was a problem hiding this comment.
Pull request overview
Adds GitHub community health files and expands contribution guidance to satisfy OSPO readiness scan requirements for this repository.
Changes:
- Add GitHub Issue templates for bug reports and feature requests.
- Add a GitHub Pull Request template with testing and checklist prompts.
- Expand
CONTRIBUTING.mdwith issue reporting guidance and a clearer PR process.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
CONTRIBUTING.md |
Expands contributor guidance with issue reporting, PR workflow steps, and Code of Conduct link. |
.github/PULL_REQUEST_TEMPLATE.md |
Introduces a PR template to standardize descriptions, testing instructions, and verification checklist. |
.github/ISSUE_TEMPLATE/feature_request.md |
Adds a structured feature request template with problem/solution/alternatives sections. |
.github/ISSUE_TEMPLATE/bug_report.md |
Adds a structured bug report template with repro, expected/actual behavior, and environment details. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
OSPO readiness scan flagged missing issue/PR templates and thin contributing guidelines. This PR adds the required GitHub community health files.
Changes
.github/ISSUE_TEMPLATE/bug_report.md— structured bug report template covering reproduction steps, expected/actual behavior, and environment details.github/ISSUE_TEMPLATE/feature_request.md— feature request template with problem statement, proposed solution, and alternatives sections.github/PULL_REQUEST_TEMPLATE.md— PR template with change-type categorization, test instructions, and a build verification checklistCONTRIBUTING.md— expanded with an issue reporting section (referencing the new templates) and a step-by-step PR process including branching conventions, review expectations, and a link toCODE_OF_CONDUCT.mdOut of scope
The following scan findings require admin/repository-settings access and cannot be addressed via code changes:
BRANCH_PROTECTION— branch protection rules onmainREPO_METADATA— repository description and topicsSECRET_SCANNING/CODE_SCANNING— security feature enablementOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.