infra: add org-level SECURITY.md and CODE_OF_CONDUCT.md - #1
Open
ashudhanda wants to merge 1 commit into
Open
Conversation
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.
Implements step 1 of stacktale/stacktale#157.
What changed
SECURITY.mdandCODE_OF_CONDUCT.mdat the root of this org repo (not underprofile/, which is only for the org landing page), so GitHub applies them as defaults to every repo in the org that doesn't define its own.SECURITY.mdgot the one edit the issue asks for: the intro and the Supported versions section now state the policy in terms of all three projects (stacktalelibrary,stacktale-intellij,stacktale-vscode) instead of naming only the library. The relativedocs/FORMAT.mdlink was also made absolute so it resolves from any repo.CODE_OF_CONDUCT.mdis copied unchanged.CONTRIBUTING.mddeliberately not added — it stays per-repo, as the issue notes.Not in this PR (step 2, after defaults resolve)
Deleting the local copies from
stacktale/stacktaleshould happen after confirming the org defaults resolve onstacktale-intellijandstacktale-vscode— a repo's own file wins over the org default, so nothing changes while both exist. Happy to follow up with that PR once this is merged and verified.Verify
After merge: on
stacktale-intellijandstacktale-vscode, Insights → Community Standards should show “Code of conduct” and “Security policy” as satisfied (inherited from the org), and the Security tab should show the policy.Refs stacktale/stacktale#157