Make the assisted real-failure pilot easier to find - #48
Merged
Merged
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.
Decision
Put the maintainer-assisted pilot in the README first-run path and route users directly to the existing real-failure template.
Context
ReproMin has technical feasibility evidence but no independent workflow yet. The assisted path required for that evidence was only linked near the end of the real-repository guide, while first-time visitors saw the self-service demo first. This change asks only for the public repository and revision, exact reproduction command, and target failure signal; no ReproMin installation is required.
It also repairs the Examples link after the README section was renamed in v0.1.0.dev13. The repository homepage has separately been updated from the stale
#try-a-real-reductionfragment to#start-here.Scope
Start here;Validation
python scripts/check_docs.py README.md docs/EXAMPLES.mdpython scripts/check_quickstart.pypython scripts/check_contribution.py(775 passed, 4 skipped)Done when
The README presents self-service and assisted routes before the demo, the assisted link opens the existing issue template, and documentation checks pass.