Align docs and gemspec with SmartHR OSS Guideline - #16
Merged
Conversation
Bring the repository in line with the SmartHR OSS Guideline (https://github.com/kufu/smarthr-oss-guideline). - Rename LICENSE to LICENSE.md so the file location matches the guideline; update gemspec spec.files so it still ships with the gem. - Set gemspec authors to "SmartHR, Inc." per the required package metadata. - Add CONTRIBUTION.md covering the transparency principle, bug reports, security disclosures via oss@smarthr.co.jp, [Question]-prefixed issues for general questions, and Apache-2.0 sign-off for PRs. - Point the README Contributing/License sections at the new files. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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
Bring the repository in line with the SmartHR OSS Guideline.
LICENSEtoLICENSE.mdso the license file lives at the location the guideline requires; update the gemspecspec.fileslist so it keeps shipping with the gem.authorsto"SmartHR, Inc."per the required package metadata.CONTRIBUTION.mdcovering the transparency principle, bug reports, security disclosures viaoss@smarthr.co.jp,[Question]-prefixed issues for general questions, and Apache-2.0 sign-off for PRs.READMEContributing/License sections at the new files.Test plan
bundle exec ruby -e "Gem::Specification.load('activerecord-duplicator.gemspec')"loads cleanly andspec.filescontainsLICENSE.md.git ls-files | xargs grepfinds no lingering bareLICENSEreference in tracked files.CONTRIBUTION.mdwording covers each guideline requirement (transparency, CoC agreement, bug reports, vulnerability disclosure, question triage, PR licensing).🤖 Generated with Claude Code