Add Community Contribution Guidelines#2405
Merged
gerth2 merged 6 commits intoPhotonVision:mainfrom Mar 27, 2026
Merged
Conversation
Contributor
|
These look good to me! Should they also be in the overall code of conduct for the organization? https://github.com/PhotonVision/.github/blob/master/codeofcoduct.md |
Contributor
Author
Possibly - Lemme ping ya on the side. |
Member
|
It might be good to include some sort of note about how PV support/discussion/etc. should always be public, and DMs won't be answered etc. I don't think that necessarily fits here, but it could go in the CoC. |
Contributor
Author
|
@mcm001 @samfreund both comments addressed. |
mcm001
approved these changes
Mar 27, 2026
SpeedSlicer
pushed a commit
to SpeedSlicer/photonvision
that referenced
this pull request
Mar 30, 2026
## Description Leadership team identified gaps in how we introduce new developers to the community. Additional docs for onboarding new developers, helping clarify roles and what counts as a "good" PR. ## Meta Merge checklist: - [ X] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [ X] The description documents the _what_ and _why_, including events that led to this PR - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with all settings going back to the previous seasons's last release (seasons end after champs ends) - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added - [ ] If this PR adds a dependency, the license has been checked for compatibility and steps taken to follow it
cswilson252
pushed a commit
to cswilson252/photonvision
that referenced
this pull request
Apr 22, 2026
## Description Leadership team identified gaps in how we introduce new developers to the community. Additional docs for onboarding new developers, helping clarify roles and what counts as a "good" PR. ## Meta Merge checklist: - [ X] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [ X] The description documents the _what_ and _why_, including events that led to this PR - [ ] If this PR changes behavior or adds a feature, user documentation is updated - [ ] If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly - [ ] If this PR touches configuration, this is backwards compatible with all settings going back to the previous seasons's last release (seasons end after champs ends) - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added - [ ] If this PR adds a dependency, the license has been checked for compatibility and steps taken to follow it
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
Leadership team identified gaps in how we introduce new developers to the community.
Additional docs for onboarding new developers, helping clarify roles and what counts as a "good" PR.
Meta
Merge checklist: