-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add community health files #26
Merged
Merged
Conversation
This file contains 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
osterman
requested review from
nitrocode
and removed request for
dotCipher and
joe-niland
January 23, 2024 22:31
nitrocode
reviewed
Jan 23, 2024
nitrocode
previously approved these changes
Jan 23, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
joe-niland
reviewed
Jan 23, 2024
Co-authored-by: Joe Niland <[email protected]>
joe-niland
reviewed
Jan 24, 2024
Co-authored-by: Joe Niland <[email protected]>
osterman
commented
Jan 24, 2024
osterman
commented
Jan 24, 2024
aknysh
reviewed
Jan 24, 2024
aknysh
reviewed
Jan 24, 2024
aknysh
reviewed
Jan 24, 2024
aknysh
reviewed
Jan 24, 2024
aknysh
reviewed
Jan 24, 2024
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
aknysh
approved these changes
Jan 24, 2024
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.
What
This PR introduces several key community health files to our repository:
SECURITY.md
: Outlines our security policy and provides guidance on how to report security vulnerabilities.SUPPORT.md
: Details the support avenues available for users and contributors, including guidance on where to find documentation, how to report issues, and where to have discussions.CONTRIBUTING.md
: Provides clear guidelines for those looking to contribute to the repository. This includes instructions for submitting pull requests, reporting bugs, and suggesting enhancements.GOVERNANCE.md
: Describes the governance structure for Cloud Posse's projects, highlighting how decisions are made and the role of community input.Why
The inclusion of these documents is vital for enhancing our community's structure and ensuring a transparent, welcoming environment for all contributors and users:
SECURITY.md
: By establishing a formal security policy, we enhance the security and integrity of our project, ensuring a clear protocol for reporting and handling security issues.SUPPORT.md
: This file will guide users and contributors to the right support channels, improving their experience and engagement with our community.CONTRIBUTING.md
: Encouraging contributions is essential for the growth of our project. This document provides necessary guidance to new contributors, making the process more accessible and streamlined.GOVERNANCE.md
: Establishing a clear governance model is crucial for transparent decision-making. This document emphasizes our commitment to community-driven development and highlights the importance of community input in our processes.Overall, these documents lay the foundation for a healthy, active, and secure open-source community, aligned with Cloud Posse's commitment to excellence in open source and collaborative development.
References