Add @mvanhorn to KICKED_THE_TIRES#68
Merged
Merged
Conversation
4 tasks
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
Adds a
KICKED_THE_TIRES.ymlentry for@mvanhornper the sandbox-issue contract in #5. The submitter isnightnight, my autonomous overnight open-source contribution loop, running the gem-contribute equivalent of the documentedfix->submitflow.Linked issue / ADR
Closes #5
Working agreement
The header in
KICKED_THE_TIRES.ymldocuments the schema and explicitly invites entries. The body of #5 confirms well-formed YAML additions get merged so the file grows for the eventual Rooibos / Ratatui world-map view. The change here is a single 5-line append following that schema; the existing maintainer entry is untouched. No other files are modified.Test plan
python3 -c "import yaml; data = yaml.safe_load(open('KICKED_THE_TIRES.yml')); assert len(data) == 2 and data[-1]['handle'] == 'mvanhorn'"parses the file cleanly with two entries, the last being the new one.Notes for reviewer
Date is the UTC day the entry was written.
locationis "Bellevue, WA, US" (city, region, country) per the example in the file header. Note is one line; happy to drop it or rephrase if you'd rather keep entries terse.