chore: add OSS community health files - #2
Merged
sergio-sisternes-epam merged 1 commit intoMay 24, 2026
Conversation
- CONTRIBUTING.md with fork workflow, dev setup, and commit conventions - SECURITY.md with responsible disclosure policy - SUPPORT.md pointing to GitHub Issues & Discussions - .github/ISSUE_TEMPLATE/bug_report.md and feature_request.md - .github/ISSUE_TEMPLATE/config.yml - .github/pull_request_template.md - .github/CODEOWNERS - .github/release.yml for auto-generated release notes - CHANGELOG.md (Keep a Changelog format) - AUTHORS - Fix licence references in README.md and Cargo.toml (MIT → Apache-2.0) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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
Bootstraps the repository with all standard OSS community health files so the project is contributor-ready. Closes no specific issue -- this is foundational housekeeping ahead of public contributions.
Type of change
Checklist
cargo fmtandcargo clippypassNotes for reviewers
Files added:
CONTRIBUTING.md-- fork workflow, dev setup (Rust + maturin + Python), commit conventions (Conventional Commits), and coding style guideSECURITY.md-- responsible disclosure policy pointing to sergio_sisternes@epam.com with 48h acknowledgement SLASUPPORT.md-- directs users to GitHub Issues and Discussions.github/ISSUE_TEMPLATE/bug_report.mdandfeature_request.md-- minimal, labelled templates.github/ISSUE_TEMPLATE/config.yml-- disables blank issues, adds Discussions and security email links.github/pull_request_template.md-- the template used by this very PR.github/CODEOWNERS-- assigns@sergio-sisternes-epamas global owner.github/release.yml-- auto-generated release notes bucketed by labelCHANGELOG.md-- Keep a Changelog format, seeded with unreleased initial workAUTHORS-- initial maintainer entryAlso fixes a licence inconsistency:
README.mdandCargo.tomlpreviously declaredMITwhile theLICENSEfile contains Apache 2.0. Both are updated toApache-2.0.CODE_OF_CONDUCT.mdwas intentionally deferred and is not included in this PR.