Skip to content

fix: update contributors image max count to 300 - #8000

Merged
Soulter merged 3 commits into
AstrBotDevs:masterfrom
Blueteemo:fix/contributors-max-count
May 4, 2026
Merged

fix: update contributors image max count to 300#8000
Soulter merged 3 commits into
AstrBotDevs:masterfrom
Blueteemo:fix/contributors-max-count

Conversation

@Blueteemo

@Blueteemo Blueteemo commented May 4, 2026

Copy link
Copy Markdown
Contributor

修复贡献者图片显示不完整的问题。

问题

当前 max=200&columns=14,200 无法被 14 整除(200 ÷ 14 = 14.28),导致最后一行有一块空白区域未填满。

修复

调整为 max=300&columns=15(300 ÷ 15 = 20),6 个语言版本的 README 均已同步更新。

修改内容

  • README.md
  • README_fr.md
  • README_ja.md
  • README_ru.md
  • README_zh-TW.md
  • README_zh.md

共修改 6 个文件,将所有 max=200&columns=14 替换为 max=300&columns=15。

Summary by Sourcery

Enhancements:

  • Increase contrib.rocks max contributors from 200 to 300 and columns from 14 to 15 in all language README files (300 ÷ 15 = 20 exactly, 20 rows of avatars).

@dosubot dosubot Bot added the size:S This PR changes 10-29 lines, ignoring generated files. label May 4, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the contributor image URLs across multiple README files to increase the maximum number of displayed contributors from 200 to 210. Feedback was provided regarding the accidental introduction of UTF-8 Byte Order Marks (BOM) at the beginning of several files, which should be removed to ensure compatibility with various tools and parsers.

Comment thread README.md Outdated
Comment thread README_fr.md Outdated
Comment thread README_ja.md Outdated
Comment thread README_ru.md Outdated
Comment thread README_zh-TW.md Outdated
Comment thread README_zh.md Outdated

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've found 4 issues, and left some high level feedback:

  • In all updated README files, the first line now includes a leading invisible character (likely a BOM or zero-width space) before the image markdown; please remove that character to avoid potential rendering or diff noise issues and adjust your editor settings to prevent reintroducing it.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- In all updated README files, the first line now includes a leading invisible character (likely a BOM or zero-width space) before the image markdown; please remove that character to avoid potential rendering or diff noise issues and adjust your editor settings to prevent reintroducing it.

## Individual Comments

### Comment 1
<location path="README.md" line_range="1" />
<code_context>
-![astrbot-github-banner-v2-light-0405_副本](https://github.com/user-attachments/assets/36fb04e4-cc75-4454-bd8b-049d11aa86f9)
+![astrbot-github-banner-v2-light-0405_副本](https://github.com/user-attachments/assets/36fb04e4-cc75-4454-bd8b-049d11aa86f9)


</code_context>
<issue_to_address>
**suggestion (bug_risk):** There appears to be an invisible character (likely a BOM) before the `!` at the start of this line.

The new line begins with an unseen zero‑width character before `![`, likely a BOM. Please remove it and ensure the file is saved as UTF‑8 without BOM to avoid issues with Markdown parsers or linters.

Suggested implementation:

```
![astrbot-github-banner-v2-light-0405_副本](https://github.com/user-attachments/assets/36fb04e4-cc75-4454-bd8b-049d11aa86f9)

```

Ensure the README.md file is saved as UTF-8 **without BOM** in your editor/IDE settings so that this invisible character is not reintroduced on future saves.
</issue_to_address>

### Comment 2
<location path="README_ja.md" line_range="1" />
<code_context>
-![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
+![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)

 <div align="center">
</code_context>
<issue_to_address>
**suggestion (bug_risk):** There looks to be an extra invisible character before the `!` at the beginning of this line.

The `+![` prefix indicates a stray BOM or zero‑width character. Please remove it and ensure the file is saved with a consistent UTF‑8 encoding to avoid subtle rendering or tooling issues.

Suggested implementation:

```
![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)

```

To fully implement the suggestion:
1. Ensure the file is saved without a UTF-8 BOM (use plain UTF-8) in your editor settings.
2. Verify there are no other invisible characters at the start of the file by reopening and diffing after save.
</issue_to_address>

### Comment 3
<location path="README_ru.md" line_range="1" />
<code_context>
-![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
+![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)

 <div align="center">
</code_context>
<issue_to_address>
**suggestion (bug_risk):** An unexpected invisible character appears before the `!` at the start of this line.

That leading invisible character (likely a BOM/zero-width char) should be removed and the file encoding checked to prevent potential Markdown parsing issues.

```suggestion
![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
```
</issue_to_address>

### Comment 4
<location path="README_zh.md" line_range="1" />
<code_context>
-![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
+![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)

 <div align="center">
</code_context>
<issue_to_address>
**suggestion (bug_risk):** A likely BOM or zero-width character appears before the `!` at the start of this line.

This line starts with `+![`, indicating a BOM or other invisible character at the beginning. Please remove it and ensure the file uses a consistent encoding to avoid issues with Markdown renderers or tooling.

```suggestion
![AstrBot-Logo-Simplified](https://github.com/user-attachments/assets/ffd99b6b-3272-4682-beaa-6fe74250f7d9)
```
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.md Outdated
Comment thread README_ja.md Outdated
Comment thread README_ru.md Outdated
Comment thread README_zh.md Outdated
PR AstrBotDevs#8000 follow-up: Sourcery and codereview agent flagged UTF-8 BOM
in 6 README files. BOM is unnecessary in UTF-8 and may cause
compatibility issues with Markdown parsers.
@Blueteemo

Copy link
Copy Markdown
Contributor Author

@sourcery-ai review

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@Blueteemo Blueteemo changed the title fix: 贡献者图片最大人数调整为 210 fix: 贡献者图片最大人数调整为 300(15列15行) May 4, 2026
@Soulter
Soulter merged commit 9165278 into AstrBotDevs:master May 4, 2026
21 checks passed
@Soulter Soulter changed the title fix: 贡献者图片最大人数调整为 300(15列15行) fix: update contributors image max count to 300 May 4, 2026
@Blueteemo
Blueteemo deleted the fix/contributors-max-count branch May 4, 2026 16:55
EterUltimate pushed a commit to EterUltimate/AstrBot that referenced this pull request May 19, 2026
* fix: update contributors image max count to 210

* fix: remove BOM from all README files

PR AstrBotDevs#8000 follow-up: Sourcery and codereview agent flagged UTF-8 BOM
in 6 README files. BOM is unnecessary in UTF-8 and may cause
compatibility issues with Markdown parsers.

* fix: update contributors image to 300 with 15 columns

---------

Co-authored-by: Blueteemo <Blueteemo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants