intake: wire Evidence Preview private form URL via contact_links#79
Open
Haserjian wants to merge 1 commit into
Open
intake: wire Evidence Preview private form URL via contact_links#79Haserjian wants to merge 1 commit into
Haserjian wants to merge 1 commit into
Conversation
Routes repo UI doorway to a private Tally intake form (https://tally.so/r/KYJ2VK). Disables blank public issues so the privacy promise on the form can be honored end-to-end.
AgentMesh Lineage CheckLineage coverage: 0/1 commits (0%) No |
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Issue creation entrypoint to route “Evidence Preview” intake through a private Tally form instead of collecting potentially sensitive information in public GitHub issues.
Changes:
- Adds
.github/ISSUE_TEMPLATE/config.ymlwith acontact_linksentry pointing tohttps://tally.so/r/KYJ2VK. - Disables blank issues via
blank_issues_enabled: false.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,5 @@ | |||
| blank_issues_enabled: false | |||
Comment on lines
+2
to
+5
| contact_links: | ||
| - name: Evidence Preview (async, written-only) | ||
| url: https://tally.so/r/KYJ2VK | ||
| about: "Submit one workflow or eval pair and one assurance goal. 48-hour written response, no meeting required. Private intake — your submission is not public." |
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
.github/ISSUE_TEMPLATE/config.ymlwith acontact_linksentry pointing the repo UI New Issue doorway at the private Tally intake formhttps://tally.so/r/KYJ2VK.blank_issues_enabled: falseto close the public bypass so the privacy promise on the form can be honored end-to-end.Why
Earlier design routed intake through a public GitHub issue form, but public issues cannot honor a private-handling promise for sensitive buyer context. The intake now lives on a private Tally form; this PR makes the repo UI point at it as a one-line doorway rather than collect data publicly.
Test plan
🤖 Generated with Claude Code