doc: rewrite contributing guide from scratch#947
Merged
glennawatson merged 4 commits intomainfrom Apr 3, 2026
Merged
Conversation
Replace 50+ verbose, outdated files with 7 focused pages. Keep the code style guide, rewrite everything else for new contributors. New structure: - Getting Started — quick start, repo table, GitHub Discussions - Building & Testing — clone, build, test, analysers, multi-targeting - Pull Requests — fork workflow (gh CLI, web UI, Codespaces), discuss-first policy - Code Style — kept as-is - Commit Conventions — updated to match GitReleaseNoteGenerator prefixes - AI-Assisted Development — agent.md setup, when to use AI, disclosure - CI & Shared Tooling — actions-common, analysers, versioning, Renovate - Maintainers — condensed from 15+ files to one page Removed: Community, Content Style Guide, Design, Developer Experience, Marketing, Compiling ReactiveUI, Features and Patches sections.
Document the GitHub Actions release pipeline (build/sign/publish/release) with version bumping workflow and direct push instructions for authorised maintainers. Notes this is the pattern being rolled out across the org with ReactiveUI as the reference implementation.
Explain how the shared Renovate preset in reactiveui/.github works, default settings (combine patch+minor, separate majors, 3-day release age), package grouping rules, and how to onboard new repos.
ChrisPulman
approved these changes
Apr 3, 2026
Cover CodeQL setup (shared reusable workflow, security-extended queries, C#/Actions/JS scanning), Dependabot security alerts, secret scanning with push protection, and branch rulesets. Includes onboarding example for new repos.
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
break,feat,fix,refactor,perf,chore,test,doc,style,dep,ci)New structure
Test plan