Add community-health files (SECURITY, CONTRIBUTING, templates)#16
Open
VijitSingh97 wants to merge 1 commit into
Open
Add community-health files (SECURITY, CONTRIBUTING, templates)#16VijitSingh97 wants to merge 1 commit into
VijitSingh97 wants to merge 1 commit into
Conversation
Adds the launch-readiness meta files that the .github/ dir was missing: - SECURITY.md — private vulnerability reporting via GitHub Security Advisories; supported version is latest main. Calls out that RigForge compiles XMRig from source and applies privileged kernel/MSR tuning. - CONTRIBUTING.md — local shellcheck workflow, portable-bash guidance, open-an-issue-first for larger changes, review requirement, and a pointer to the companion Pithead repo. - .github/ISSUE_TEMPLATE/bug_report.md and feature_request.md — standard templates with YAML front-matter. - .github/ISSUE_TEMPLATE/config.yml — keeps blank issues enabled and adds a contact link to Pithead for stack-level questions. - .github/PULL_REQUEST_TEMPLATE.md — short what/why + shellcheck/docs checklist. No code changes. Closes #10. Co-Authored-By: Claude Opus 4.8 <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.
What & why
.github/had onlyCODEOWNERSand the lint workflow. This adds the standard launch-readiness community-health files, mirroring Pithead. These are boilerplate docs/meta files — zero code changes.Added
main. Notes that RigForge compiles XMRig from source and applies privileged kernel/MSR tuning, so security matters.shellcheck rigforge.sh util/proposed-grub.shbefore pushing, keep it portable bash, open an issue first for larger changes, PRs require review. Points to the companion Pithead repo.blank_issues_enabled: trueplus a contact link to Pithead for stack-level questions.shellcheck/docs checklist.Left the existing
.github/CODEOWNERSuntouched.rigforge.shandREADME.mdare unchanged.Closes #10
🤖 Generated with Claude Code