Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit981b7e0

Browse files
authored
Misc typos (#481)
1 parentebe72ce commit981b7e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎docs/guides/custom-reports.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ Issues and tickets brings in conversations, descriptions, and comments from Jira
307307

308308
This option gives you the ability to create a report limited only to pull requests containing a "Score Card" or "Score Chart" bot comment from CodeRabbit or other bots. To enable issues and tickets you must include the tag`<pr_score_card>` in your prompt.
309309

310-
>**IMPORTANT:** This will automatically remove any pull requests from your reports if they do not contain a "Score Card" or "Score Chart" bot comment. Using this option without setting up a flow to create these comments will result in`No new pull request activity in the last XYZ hours` errors. Do not enable this option unless you have askedcoderabbit to create a "Score Card"thourhg a comment or implemented the "Score Chart" bot comment flow below.
310+
>**IMPORTANT:** This will automatically remove any pull requests from your reports if they do not contain a "Score Card" or "Score Chart" bot comment. Using this option without setting up a flow to create these comments will result in`No new pull request activity in the last XYZ hours` errors. Do not enable this option unless you have askedCodeRabbit to create a "Score Card"through a comment or implemented the "Score Chart" bot comment flow below.
311311
312-
For example you can askcoderabbit to check several conditions on a pull request and produce a "Score Chart":
312+
For example, you can askCodeRabbit to check several conditions on a pull request and produce a "Score Chart":
313313

314314
<details>
315315
<summary>Click to view example User Score Card/Chart Comment:</summary>
@@ -461,7 +461,7 @@ You will create a new chart averaging all the values from various pull requests
461461
- Only include checks for very specific scenarios, such as a specific check failing or using tabs vs spaces.
462462
- Do not use general rules without explaining specifically what they mean. If you add "Insure the pull request follows development best practices" you must define what "development best practices" actually mean or the AI will guess.
463463
- Make one point for each specific check and make sure its a True/False condition.
464-
- Instead of manually commenting on pull requests you can use the[Github Actions Bot](https://github.com/marketplace/actions/create-or-update-comment) to automatically comment on pull requests and triggercoderabbit score card/chart comments by including`@coderabbit` in the comment.
464+
- Instead of manually commenting on pull requests, you can use the[GitHub Actions Bot](https://github.com/marketplace/actions/create-or-update-comment) to automatically comment on pull requests and triggerCodeRabbit score card/chart comments by including`@coderabbitai` in the comment.
465465

466466
##Best Practices
467467

‎docs/reference/configuration.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,11 @@ If enabled, then the reviews that CodeRabbit generates include assessments of ho
301301

302302
Besides this setting, issue assessment requires at least one of the following:
303303

304-
- You use the built-in issuemanagemet system of GitHub or GitLab.
304+
- You use the built-in issuemanagement system of GitHub or GitLab.
305305
- You have integrated CodeRabbit with an external issue manager.
306306

307307
For more information, see[Integrate issue tracking](/integrations/issue-integrations/)
308-
and[Let CodeRabbit read your issuetrakcer](https://docs.coderabbit.ai/guides/setup-best-practices#issues).
308+
and[Let CodeRabbit read your issuetracker](https://docs.coderabbit.ai/guides/setup-best-practices#issues).
309309

310310
####Auto Apply Labels
311311

@@ -909,7 +909,7 @@ You associate each set of instructions with a file path relative to the root
909909
of your repository. Your path specification can use extended glob patterns.
910910

911911
The following example defines a set of path instructions for all TypeScript
912-
and JavaScript files in areposistory's`src` directory:
912+
and JavaScript files in arepository's`src` directory:
913913

914914
<TabsgroupId="config-setting">
915915
<TabItemvalue="web-ui"label="Example path settings: Web UI"default>
@@ -1398,7 +1398,7 @@ We recommend leaving this option enabled.
13981398
</Tabs>
13991399

14001400
A list of branches that CodeRabbit performs automatic code reviews on, other
1401-
than thereposiorty's main branch (usually `main` or `master`.)
1401+
than therepository's main branch (usually `main` or `master`.)
14021402

14031403
For example, if you add `staging` as a base branch, then CodeRabbit automatically
14041404
reviews pull requests on both your repository's default branch and its `staging` branch.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp