Skip to content

Commit 8d60ade

Browse files
kgowruKapil GowruKapil Gowru
authored
Scribe issue (#205)
Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent 164c786 commit 8d60ade

File tree

5 files changed

+667
-0
lines changed

5 files changed

+667
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
name: 🌿 Fern Scribe Documentation Request
2+
description: Request AI-powered documentation updates using Fern Scribe
3+
title: "[FERN-SCRIBE] "
4+
labels: ["fern-scribe", "documentation"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
## Fern Scribe AI Documentation Assistant
10+
11+
Use this template to request AI-powered documentation updates. Fern Scribe will analyze your request and automatically generate file updates.
12+
13+
- type: textarea
14+
id: request_description
15+
attributes:
16+
label: "📝 What do you want Fern Scribe (AI Technical Writer) to do?"
17+
description: "Describe the documentation changes you need"
18+
placeholder: "Example: Update the authentication guide to include new OAuth 2.0 flow, add examples for the new webhook endpoints"
19+
validations:
20+
required: true
21+
22+
- type: input
23+
id: slack_thread
24+
attributes:
25+
label: "🔗 Link to existing Slack thread"
26+
description: "Optional: Link to relevant Slack discussion"
27+
placeholder: "https://your-workspace.slack.com/archives/..."
28+
29+
- type: textarea
30+
id: existing_instructions
31+
attributes:
32+
label: "📋 Are there existing instructions in that docs for this issue?"
33+
description: "Reference any existing documentation or guidelines"
34+
placeholder: "See docs/guides/authentication.md for current approach"
35+
36+
- type: textarea
37+
id: why_not_work
38+
attributes:
39+
label: "❌ If yes, describe why they didn't work"
40+
description: "Explain what's missing or incorrect in current docs"
41+
placeholder: "Current docs don't cover the new OAuth scopes introduced in v2.1"
42+
43+
- type: checkboxes
44+
id: changelog_required
45+
attributes:
46+
label: "📰 Changelog Update Required"
47+
description: "Should this change be included in the changelog?"
48+
options:
49+
- label: "Yes, include changelog entry"
50+
- label: "No changelog needed"
51+
52+
- type: dropdown
53+
id: priority
54+
attributes:
55+
label: "🚨 Priority Level"
56+
options:
57+
- "Low - Documentation enhancement"
58+
- "Medium - Important update needed"
59+
- "High - Critical documentation gap"
60+
- "Urgent - Blocks user adoption"
61+
validations:
62+
required: true
63+
64+
- type: textarea
65+
id: additional_context
66+
attributes:
67+
label: "📎 Additional Context"
68+
description: "Any other relevant information, links, or requirements"
69+
placeholder: "Related API changes, user feedback, etc."

0 commit comments

Comments
 (0)