feat: improve contributor onboarding UX for claims and proposals#18
Merged
arjunastha merged 1 commit intosafe-agentic-framework:mainfrom Feb 21, 2026
Conversation
README:
- Replace raw YAML file links with GitHub issue-creation URLs
(/issues/new?template=...) so Propose/Claim open pre-filled forms
- Add "How it works" table with the 5-step contributor flow
- Move "Don't see your use case?" callout to after the crosswalk
table where users land after scanning all seeds
- Soften safety-rules intro and replace "Bot" with "Automation"
Claim template (claim-existing-seed.yml):
- Replace free-text ID input with dropdown of all 29 available seeds
- Add "How would you like to contribute?" dropdown (full write-up,
co-author, add sections, review/feedback)
- Welcoming intro encouraging collaboration on already-claimed seeds
Claim workflow (assign-use-case-id.yml):
- Rewrite as claim-only validator (proposals handled by auto-seed.yml)
- Parse SAFE-UC-XXXX from dropdown value
- Validate ID exists in registry with seed status
- Friendly conflict message encouraging co-authoring
- Warm success comment with next steps and invitation to ask questions
Proposal template & auto-seed workflow:
- Welcoming intro ("Thanks for proposing!")
- Phase 1 comment thanks proposer and invites refinement while waiting
Config (config.yml):
- Remove stale reference to deleted use-case-claim.yml template
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: bishnubista <bista.developer@gmail.com>
techstar9797
pushed a commit
to techstar9797/safe-agentic-use-cases
that referenced
this pull request
Mar 17, 2026
…tributor-onboarding-ux feat: improve contributor onboarding UX for claims and proposals
techstar9797
pushed a commit
to techstar9797/safe-agentic-use-cases
that referenced
this pull request
Mar 17, 2026
…tributor-onboarding-ux feat: improve contributor onboarding UX for claims and proposals Signed-off-by: Sachin Keswani <sachin.news@gmail.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.
Summary
Changes
README.mdclaim-existing-seed.ymlpropose-new-use-case.ymlassign-use-case-id.ymlauto-seed.ymlconfig.ymlTest plan
Registry and Docs ValidationCI check passes🤖 Generated with Claude Code