chore: bring repo up to open-source community standards#16
Open
chore: bring repo up to open-source community standards#16
Conversation
Added a security policy document outlining supported versions, vulnerability reporting, scope, and disclosure policy.
Add a pull request template to guide contributors.
Added CODEOWNERS file to define code ownership and review assignments.
Configured Dependabot for Python, GitHub Actions, and npm dependencies with specified schedules and reviewers.
Document notable changes, additions, modifications, and removals for ClimateVision.
Added citation file for ClimateVision software.
…sory link This change updates the Code of Conduct document by removing the original content and replacing it with a new version that includes various sections on community standards, enforcement responsibilities, and guidelines.
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
This PR adds all missing files to bring ClimateVision up to GitHub's open-source community standards checklist.
Changes
New files added:
SECURITY.md— security policy using GitHub's private vulnerability reporting.github/pull_request_template.md— structured PR template for contributors.github/CODEOWNERS— routes all PR reviews to @Goldokpa by default.github/dependabot.yml— weekly pip + npm updates, monthly GitHub Actions updatesCHANGELOG.md— Keep a Changelog format, backfilled to v0.1.0CITATION.cff— enables the "Cite this repository" button on GitHubFiles modified:
CODE_OF_CONDUCT.md— replaced#emailplaceholder with GitHub Security Advisory linkFiles removed:
SETUP_COMPLETE.md— internal artifact not appropriate for a public repoteam_docs/Francis_Umo_Role.pdf— internal document moved out of public repoteam_docs/Olufemi_Taiwo_Role.pdf— internal document moved out of public repoChecklist