fix: use issue-creation URLs and add contributor workflow table#17
Closed
bishnubista wants to merge 5 commits intosafe-agentic-framework:mainfrom
Closed
fix: use issue-creation URLs and add contributor workflow table#17bishnubista wants to merge 5 commits intosafe-agentic-framework:mainfrom
bishnubista wants to merge 5 commits intosafe-agentic-framework:mainfrom
Conversation
1bf169a to
aca30a8
Compare
… table - Replace raw YAML file links with proper GitHub issue creation URLs (/issues/new?template=...) so links open pre-filled forms - Add "Don't see your use case?" callout clarifying PR opens after maintainer accepts (not immediately on proposal) - Add "How it works" table explaining the full 5-step flow including automated PR creation after /accept - Clean up config.yml to remove stale reference to deleted template Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: bishnubista <bista.developer@gmail.com>
aca30a8 to
4048b07
Compare
- Replace free-text ID input with a dropdown of all 29 available seeds so contributors select from a list instead of typing IDs manually - Dropdown format: "SAFE-UC-XXXX — Title" with cross-link to Propose New Use Case for unlisted workflows - Rewrite assign-use-case-id.yml as a claim-only workflow: - Parse SAFE-UC-XXXX from dropdown value - Validate ID exists in registry and has seed status - Detect conflicting open claims on the same ID - Auto-set issue title to "[Claim] SAFE-UC-XXXX — Title" - Assign issue to the claimant - Post next-steps comment with template and registry links Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: bishnubista <bista.developer@gmail.com>
Place the propose-new-use-case callout directly below the crosswalk table where users land after scrolling through all seeds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: bishnubista <bista.developer@gmail.com>
- Add "How would you like to contribute?" dropdown with options: full write-up, co-author, add specific sections, review/feedback - Rewrite intro to be welcoming and collaboration-friendly: if a seed is already claimed, the existing contributor is notified so they can coordinate together - Update workflow conflict message to encourage co-authoring instead of just warning about duplicate work Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: bishnubista <bista.developer@gmail.com>
- README: soften safety rules intro, replace "Bot" with "Automation"
- Propose template: add welcoming intro instead of jumping to mechanics
- Claim workflow success: "You're all set!" with encouragement to ask
questions, instead of terse "Claimed" receipt
- Claim workflow errors: guide users to next step with friendly tone
("doesn't appear yet", "we'd love to add it", "you're welcome to")
- Auto-seed Phase 1: thank the proposer, invite refinement while waiting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: bishnubista <bista.developer@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
/issues/new?template=...) so clicking "Propose New Use Case" or "Claim Existing Seed" opens the pre-filled form directly/acceptconfig.ymlto remove stale reference to deleteduse-case-claim.ymltemplateTest plan
[propose-new]link opens the "Propose New Use Case" issue form[claim-seed]link opens the "Claim Existing Seed" issue formRegistry and Docs ValidationCI check passes🤖 Generated with Claude Code