Conversation
Adding CONTRIBUTING.ms and CODE_OF_CONDUCT.md file, correcting minor issue in the setup-labels.ps1 powershell file
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds comprehensive contribution guidelines and a code of conduct to the MultiLock project, establishing clear standards for community participation and code contributions.
Key changes:
- Adds CONTRIBUTING.md with detailed guidelines for development setup, coding standards, testing, and PR process
- Adds CODE_OF_CONDUCT.md based on Contributor Covenant 3.0
- Minor formatting update to .github/scripts/setup-labels.ps1 (BOM and trailing newline)
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| CONTRIBUTING.md | Comprehensive contribution guide covering development setup, coding standards (C#/.NET 8.0), testing guidelines (xUnit, Shouldly, Moq), PR process, commit conventions, and provider development requirements |
| CODE_OF_CONDUCT.md | Community code of conduct based on Contributor Covenant 3.0, defining expected behaviors, reporting processes, and enforcement procedures |
| .github/scripts/setup-labels.ps1 | Added UTF-8 BOM and trailing newline for consistency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Fixes validation error when updating draft releases. The pull_request_target event provides valid commit references instead of PR merge refs.
Contributor
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Correcting minor language issue in the CODE_OF_CONDUCT.md file, and correcting sample code in the CONTRIBUTING.md file
This was referenced Jul 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.
Description
Adding CONTRIBUTING.ms and CODE_OF_CONDUCT.md file, correcting minor issue in the setup-labels.ps1 powershell file
Type of Change
Related Issue
None
Changes Made
Testing
Checklist
Labels
Maintenance
Additional Notes