Skip to content

Commit 006f781

Browse files
committed
Minor fixes
1 parent 3d7e292 commit 006f781

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrations/issue-integrations.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Upon enabling the Jira integration, CodeRabbit will redirect you to the Jira log
2828

2929
### Example Usage
3030

31-
Inside your pull request, you can include a issue to for CodeRabbit to perform an assessment and validate if the code satisfies the requirements of the issue.
31+
You can link an issue to your pull request, allowing CodeRabbit to assess whether your changes satisfy the issue's requirements.
3232

33-
To link a Jira Issue, you can add the Jira Issue into the PR description.
33+
To link a Jira Issue, you can add the Jira Issue into the PR description as shown below.
3434

3535
```text
3636
// (Jira Project Key - Issue Number)
@@ -58,7 +58,7 @@ Upon enabling the Linear integration, CodeRabbit will redirect you to the Linear
5858

5959
### Example Usage
6060

61-
To link a Linear Issue, you can add the Linear Issue via team key and issue number into the PR description.
61+
To link a Linear Issue, you can add the Linear Issue via the team key and issue number into the PR description as shown below.
6262

6363
```text
6464
// (Linear Team Key - Issue Number)
@@ -75,7 +75,7 @@ GitHub issue integration works automatically without any additional setup requir
7575

7676
### Example Usage
7777

78-
To link a GitHub Issue, you can add the issue into the PR description.
78+
To link a GitHub Issue, you can add the issue into the PR description as shown below.
7979

8080
```text
8181
// (# GitHub Issue Number)

0 commit comments

Comments
 (0)