adding and editing github plumbing files#489
Draft
Becheler wants to merge 1 commit into
Draft
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.
Summary
Adds the standard GitHub community files for Boost.Graph so that:
What's added
Repo-root community files
Those are required for the repo to pass the GitHub community profile check:
README.mdrefreshed for clarity and consistencyCONTRIBUTING.mdshow how to build, test, and submit changes, it shows up automatically in Github contributions flows (issue or PR filed)CODE_OF_CONDUCT.md: Contributor Covenant 2.1SECURITY.md: minimal. Reports via GitHub private vulnerability reporting that would need to be enabled..github/plumbingCODEOWNERS: review routing so @jeremy-murphy and @Becheler are automatically assigned as reviewers (make code ownership clear to contributors but we can adjust notifications if this becomes overwhelming)ISSUE_TEMPLATE/bug_report.md: focused on actionable stuff.ISSUE_TEMPLATE/feature_request.mdfocus on actionable stuff, redirects to Discussions for open-ended stuffISSUE_TEMPLATE/documentation.mdfor docs bugs, missing pages, broken examples.ISSUE_TEMPLATE/config.ymldisables blank issues and redirects design questions to GitHub Discussions.PULL_REQUEST_TEMPLATE.mdsome checks for triaging and testing.