docs: add design-partner intake and outreach ops#38
Merged
Conversation
| @@ -5,7 +5,7 @@ contact_links: | |||
| about: Read the install, quick start, and release guidance before opening a new issue. | |||
| - name: Design-partner intake | |||
| url: https://github.com/IntelIP/ProfitCtl/tree/main/docs/growth/design-partner-intake.md | |||
There was a problem hiding this comment.
Use
/blob/ not /tree/ for file links
The URL uses /tree/main/ to link directly to a file. GitHub treats this as a tree (directory) path and redirects it, which works but may cause a brief redirect. For direct file links, /blob/main/ is the canonical form and avoids the redirect.
Suggested change
| url: https://github.com/IntelIP/ProfitCtl/tree/main/docs/growth/design-partner-intake.md | |
| url: https://github.com/IntelIP/ProfitCtl/blob/main/docs/growth/design-partner-intake.md |
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/ISSUE_TEMPLATE/config.yml
Line: 7
Comment:
**Use `/blob/` not `/tree/` for file links**
The URL uses `/tree/main/` to link directly to a file. GitHub treats this as a tree (directory) path and redirects it, which works but may cause a brief redirect. For direct file links, `/blob/main/` is the canonical form and avoids the redirect.
```suggestion
url: https://github.com/IntelIP/ProfitCtl/blob/main/docs/growth/design-partner-intake.md
```
How can I resolve this? If you propose a fix, please make it concise.
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
Linear
Testing
Greptile Summary
This PR wires the public design-partner intake path into the repo by adding a GitHub issue template (
design_partner_request.yml), three new growth ops docs (design-partner-intake.mdupdates,outreach-message-templates.md,evaluator-session-template.md), and updating root navigation inREADME.md,docs/DOCS_INDEX.md, anddocs/growth/README.md. All benchmark references in the new template and message templates point to files that exist in the repo, and install commands match the README exactly.Confidence Score: 5/5
Documentation-only PR with no code changes; safe to merge.
All changes are Markdown and YAML documentation files. The sole finding is a P2 style suggestion (using
/tree/instead of/blob/in a contact link URL). No logic, security, or data-integrity issues were identified.No files require special attention.
Important Files Changed
/tree/main/path for a file URL (should be/blob/main/).Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Public Evaluator] -->|opens issue| B[GitHub Issue Template\ndesign_partner_request.yml] A -->|reads config.yml contact link| C[design-partner-intake.md] B --> D{Qualification Check} C --> D D -->|qualified| E[Outreach Message Templates\nCold/Warm Intro] E --> F[Install Push\ncurl or brew] F --> G[Evaluator Session Template\nFirst Live Call] G --> H{Next Step Decision} H -->|not a fit| I[Stop] H -->|interested| J[Calibration Ask] H -->|committed| K[Design-Partner Loop\nINT-281 / INT-282] J --> KPrompt To Fix All With AI
Reviews (1): Last reviewed commit: "docs: add design-partner intake and outr..." | Re-trigger Greptile