feat: add standard OSS collaboration files and GitHub templates #24
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.
Description
Adds standard open source collaboration infrastructure to align with OSS norms and improve contributor onboarding.
Goal
Establish standardized contribution workflow with proper templates and documentation for external contributors.
Key Changes
Type of Change
Impact Assessment
Database Impact
Backup Impact
Testing
How Has This Been Tested?
Test Steps
.github/directoriesTest Configuration
UI Changes
N/A - Documentation and configuration files only.
Before
Basic Contributing section in README with minimal guidance.
After
Comprehensive collaboration documentation with structured templates for issues and PRs.
Checklist
npm run lintand fixed any issuesnpm testand all tests passnpm run test:electronand all tests passnpm run sonar:checkand the analysis passesBreaking Changes
Additional Context
All files maintain consistent formatting and bilingual structure where appropriate (matching COLLABORATION.md). Issue templates use YAML format for GitHub's native form rendering. COLLABORATION.md preserved per requirements - README now points to CONTRIBUTING.md as primary contributor resource.
Reviewer Notes
Verify template rendering in GitHub UI (issue/PR forms) and cross-reference links between documents.
Original prompt
This pull request was created from Copilot chat.
💡 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.