Skip to content

Commit 303a40c

Browse files
authored
Merge branch 'main' into github-setup
2 parents 18509f9 + 093548f commit 303a40c

File tree

1,705 files changed

+12161
-38228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,705 files changed

+12161
-38228
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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: "Example: Update the authentication guide to include new OAuth 2.0 flow, add examples for the new webhook endpoints"
18+
placeholder: "Describe docs changes here..."
19+
validations:
20+
required: true
21+
22+
- type: input
23+
id: slack_thread
24+
attributes:
25+
label: "🔗 Link to existing Slack thread"
26+
description: "Ex. https://your-workspace.slack.com/archives/..."
27+
placeholder: "Paste slack link here..."
28+
29+
- type: textarea
30+
id: existing_instructions
31+
attributes:
32+
label: "📋 Do you know of any documentation that needs to be updated?"
33+
description: "Ex. See buildwithfern.com/learn/docs/guides/authentication for current approach"
34+
placeholder: "Paste docs links here..."
35+
36+
- type: textarea
37+
id: why_not_work
38+
attributes:
39+
label: "❌ If yes, describe why that documentation is incorrect"
40+
description: "Ex. Current docs don't cover the new OAuth scopes introduced in v2.1"
41+
placeholder: "Describe here..."
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: textarea
53+
id: additional_context
54+
attributes:
55+
label: "📎 Additional Context"
56+
description: "Any other relevant information, links, or requirements"
57+
placeholder: "Add info here..."

0 commit comments

Comments
 (0)