Skip to content

Commit 3bdcf59

Browse files
devin-ai-integration[bot]fern-api[bot]devalog
authored
Add pull request attribution section to Fern Writer page (#3966)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Devin Logan <devinannlogan@gmail.com>
1 parent 7909092 commit 3bdcf59

3 files changed

Lines changed: 31 additions & 3 deletions

File tree

68.9 KB
Loading

fern/products/docs/pages/ai/writer.mdx

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Fern Writer is a Slack-based technical writing agent that keeps your docs aligne
99

1010
## How it works
1111

12+
### Making a request
13+
1214
In Slack channels where you've added Fern Writer, tag `@Fern Writer` and describe the change you need. Fern Writer only responds when directly tagged. It will react to your message to confirm receipt, then create a pull request and reply with a link.
1315

1416
Fern Writer supports image and file attachments for additional context. When tagged in an existing thread, it reads the full conversation to understand context before responding.
@@ -20,8 +22,6 @@ Fern Writer supports image and file attachments for additional context. When tag
2022
| Reorganize and consolidate content | `@Fern Writer merge the authentication and authorization pages, and add a redirect from the old auth page` |
2123
| Fix errors and improve clarity | `@Fern Writer fix the broken code example in the quickstart and update the package version to v2.1.0` |
2224

23-
Request changes by commenting in the Slack thread. Once the PR meets your requirements, merge it like any other pull request.
24-
2525
<Accordion title="Video example">
2626
<video
2727
src="fern-writer.mp4"
@@ -34,6 +34,21 @@ Request changes by commenting in the Slack thread. Once the PR meets your requir
3434
</video>
3535
</Accordion>
3636

37+
### Reviewing and merging
38+
39+
Request changes by commenting in the Slack thread. Once the PR meets your requirements, merge it like any other pull request.
40+
41+
### Pull request attribution
42+
43+
<Frame>
44+
<img
45+
src="./writer-pr-attribution.png"
46+
alt="Fern Writer PR attribution"
47+
/>
48+
</Frame>
49+
50+
Each pull request includes a **Requested by** field in the description, attributing the change to the person or team that initiated the request. Commits are signed and attributed to `fern-support`, ensuring that automated changes are clearly distinguishable from manual contributions in your repository's history.
51+
3752
## Setup
3853

3954
<Info>
Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
2-
tags: ["fern-editor"]
2+
tags: ["fern-editor", "ai"]
33
---
44

55
## Collaborative editor sessions
66

77
You can now view and edit your teammates' Fern Editor sessions. If a teammate creates an editor session, you can open their session from the Dashboard and commit changes directly to their PR. This makes it easy to adjust copy or fix content without switching to GitHub.
88

99
Learn more about the [Fern Editor](/learn/docs/writing-content/fern-editor).
10+
11+
## Pull request attribution in Fern Writer
12+
13+
Fern Writer now includes a **Requested by** field in every pull request description, attributing each documentation change to the person or team that initiated the request. Commits are signed and attributed to `fern-support`, making automated changes clearly distinguishable from manual contributions in your repository's history.
14+
15+
<Frame>
16+
<img
17+
src="../ai/writer-pr-attribution.png"
18+
alt="Fern Writer PR attribution"
19+
/>
20+
</Frame>
21+
22+
<Button intent="none" outlined rightIcon="arrow-right" href="/learn/docs/ai-features/fern-writer)">Read the docs</Button>

0 commit comments

Comments
 (0)