Add .preflight/ example configs with annotated YAML - #118
Closed
TerminalGravity wants to merge 1 commit into
Closed
Conversation
Collaborator
Author
|
Great addition — annotated example configs make a real difference for onboarding. People can just copy the directory and tweak. Minor suggestion: note the minimum preflight version these configs work with, in case options change across releases. |
This was referenced Mar 5, 2026
…ge, and contracts examples
TerminalGravity
force-pushed
the
add/preflight-config-examples
branch
from
March 6, 2026 22:22
02dd646 to
44df79a
Compare
Collaborator
Author
|
Superseded by a newer PR. |
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.
The README mentions
.preflight/config but there were no example files to copy. This adds:examples/.preflight/config.yml— annotated config with all options explainedexamples/.preflight/triage.yml— triage rules with inline commentsexamples/.preflight/README.md— setup instructions and env var fallback docsUsers can now
cp -r examples/.preflight /path/to/project/and customize.