Add CODE_OF_CONDUCT.md for community guidelines#148
Merged
bxyu-nvidia merged 1 commit intomainfrom Oct 19, 2025
Merged
Conversation
- Establish clear community standards and expectations - Provide framework for handling community issues - Create welcoming environment for contributors - Follow Contributor Covenant 2.1 standards - Include enforcement guidelines and reporting procedures Closes #147 Signed-off-by: Chris Wing <cwing@nvidia.com>
bxyu-nvidia
pushed a commit
that referenced
this pull request
Oct 21, 2025
## Summary Adds a comprehensive Code of Conduct to establish clear community standards and behavioral expectations for all contributors and participants. ## Changes - Add `CODE_OF_CONDUCT.md` following Contributor Covenant 2.1 standards - Includes community pledge, behavioral standards, and enforcement guidelines - Provides clear reporting procedures and enforcement framework - Creates structured approach to handling community issues ## Benefits - **Establishes clear expectations** for respectful community participation - **Creates welcoming environment** for contributors of all backgrounds - **Provides enforcement framework** for handling inappropriate behavior - **Demonstrates commitment** to inclusive open source practices - **GitHub integration** - automatically detected and highlighted in repository ## Implementation Details - Based on widely-adopted Contributor Covenant 2.1 - Includes progressive enforcement guidelines (correction → warning → temporary ban → permanent ban) - Uses GitHub's built-in reporting functionality - Covers all community spaces and official representation Closes #147 Signed-off-by: Chris Wing <cwing@nvidia.com> Signed-off-by: Brian Yu <bxyu@nvidia.com>
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.
Summary
Adds a comprehensive Code of Conduct to establish clear community standards and behavioral expectations for all contributors and participants.
Changes
CODE_OF_CONDUCT.mdfollowing Contributor Covenant 2.1 standardsBenefits
Implementation Details
Closes #147