docs(readme): document the GrantFox Roadmap project board & workflow#48
Merged
Gbangbolaoluwagbemiga merged 1 commit intoJun 21, 2026
Conversation
Add a Project Board section to the README's Contributing area: the board columns (Backlog -> Up for Grabs -> In Progress -> In Review -> Done), the automation rules (new issue -> Backlog, good first issue -> Up for Grabs, PR opened -> In Progress, merged -> Done), and a link to the board. Addresses the 'README links to board' acceptance criterion of Secureflow-protocol#20. Creating the org board, triaging the 20 issues, and wiring the automation require maintainer/admin access and remain maintainer tasks. Part of Secureflow-protocol#20
5a52f4a
into
Secureflow-protocol:main
1 check passed
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 this does
Adds a Project Board section to the README's Contributing area (#20), documenting:
good first issue→ Up for Grabs · PR opened → In Progress · merged → Done.Scope (honest split)
Issue #20 has four acceptance criteria. Three of them — creating the org Projects board, triaging the 20 issues into columns, and wiring the automation — require org/project admin access that an external contributor doesn't have. This PR delivers the part a contributor can own: the README documentation + board link.
If you point me at the board once it exists, I'm happy to update the link to the direct board URL. I kept the README's documented columns/automation aligned with the issue so they match whatever the board is configured to do.
Checks
npx prettier . --checkpasses (formatted with the repo's pinned prettier 3.6.2).Part of #20