Skip to content

intake: wire Evidence Preview private form URL via contact_links#79

Open
Haserjian wants to merge 1 commit into
mainfrom
ops/evidence-preview-contact-link
Open

intake: wire Evidence Preview private form URL via contact_links#79
Haserjian wants to merge 1 commit into
mainfrom
ops/evidence-preview-contact-link

Conversation

@Haserjian
Copy link
Copy Markdown
Owner

Summary

  • Adds .github/ISSUE_TEMPLATE/config.yml with a contact_links entry pointing the repo UI New Issue doorway at the private Tally intake form https://tally.so/r/KYJ2VK.
  • Sets blank_issues_enabled: false to 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

  • Preview the repo's "New issue" page and confirm the contact link "Evidence Preview (async, written-only)" appears, pointing at the Tally URL.
  • Confirm the blank issue option is not visible to non-maintainers.

🤖 Generated with Claude Code

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.
Copilot AI review requested due to automatic review settings April 14, 2026 00:35
@github-actions
Copy link
Copy Markdown

AgentMesh Lineage Check

Lineage coverage: 0/1 commits (0%)

No AgentMesh-Episode: trailers found.
Install AgentMesh to enable commit lineage tracking.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml with a contact_links entry pointing to https://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."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants