Skip to content

fix: Update camera markdown formatting#381

Merged
lzwind merged 2 commits intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master
Jun 24, 2025
Merged

fix: Update camera markdown formatting#381
lzwind merged 2 commits intolinuxdeepin:masterfrom
dengzhongyuan365-dev:master

Conversation

@dengzhongyuan365-dev
Copy link
Contributor

@dengzhongyuan365-dev dengzhongyuan365-dev commented Jun 24, 2025

fix: Update camera markdown formatting

- Adjusted the formatting of the camera markdown files for en_US, zh_HK, and zh_TW to remove spaces around the pipe character in the title.

Log: Update camera markdown formatting

bug: https://pms.uniontech.com/bug-view-321609.html

Summary by Sourcery

Fix camera markdown title formatting by removing spaces around pipe characters in en_US, zh_HK, and zh_TW docs and bump package version to 6.5.23.1

Bug Fixes:

  • Remove spaces around pipe characters in camera documentation titles

Chores:

  • Bump camera package version to 6.5.23.1 in YAML manifests for arm64, loong64, and default

- Adjusted the formatting of the camera markdown files for en_US, zh_HK, and zh_TW to remove spaces around the pipe character in the title.

Log: Update camera markdown formatting

bug: https://pms.uniontech.com/bug-view-321609.html
@sourcery-ai
Copy link

sourcery-ai bot commented Jun 24, 2025

Reviewer's Guide

This PR bumps the camera app version across multiple package manifests and standardizes the markdown title formatting in locale-specific camera documentation by removing spaces around the pipe character and adding a trailing pipe.

File-Level Changes

Change Details Files
Bumped camera package version in manifest files
  • Updated version from 6.5.22.1 to 6.5.23.1 in each manifest
  • Ensured consistency across architectures
arm64/linglong.yaml
linglong.yaml
loong64/linglong.yaml
Standardized markdown titles in camera docs
  • Removed spaces around the '
' character in the title
  • Added a trailing '
  • Updated Debian changelog entry
    • Reflected the new version in changelog header
    debian/changelog

    Tips and commands

    Interacting with Sourcery

    • Trigger a new review: Comment @sourcery-ai review on the pull request.
    • Continue discussions: Reply directly to Sourcery's review comments.
    • Generate a GitHub issue from a review comment: Ask Sourcery to create an
      issue from a review comment by replying to it. You can also reply to a
      review comment with @sourcery-ai issue to create an issue from it.
    • Generate a pull request title: Write @sourcery-ai anywhere in the pull
      request title to generate a title at any time. You can also comment
      @sourcery-ai title on the pull request to (re-)generate the title at any time.
    • Generate a pull request summary: Write @sourcery-ai summary anywhere in
      the pull request body to generate a PR summary at any time exactly where you
      want it. You can also comment @sourcery-ai summary on the pull request to
      (re-)generate the summary at any time.
    • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
      request to (re-)generate the reviewer's guide at any time.
    • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
      pull request to resolve all Sourcery comments. Useful if you've already
      addressed all the comments and don't want to see them anymore.
    • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
      request to dismiss all existing Sourcery reviews. Especially useful if you
      want to start fresh with a new review - don't forget to comment
      @sourcery-ai review to trigger a new review!

    Customizing Your Experience

    Access your dashboard to:

    • Enable or disable review features such as the Sourcery-generated pull request
      summary, the reviewer's guide, and others.
    • Change the review language.
    • Add, remove or edit custom review instructions.
    • Adjust other review settings.

    Getting Help

    Copy link

    @sourcery-ai sourcery-ai bot left a comment

    Choose a reason for hiding this comment

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

    Hey @dengzhongyuan365-dev - I've reviewed your changes - here's some feedback:

    • Update the debian/changelog to include an entry for the 6.5.23.1 version bump.
    • Confirm that adding a trailing '|' in the markdown headings is intentional, as it may render awkwardly in the docs.
    Prompt for AI Agents
    Please address the comments from this code review:
    ## Overall Comments
    - Update the debian/changelog to include an entry for the 6.5.23.1 version bump.
    - Confirm that adding a trailing '|' in the markdown headings is intentional, as it may render awkwardly in the docs.

    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.

    @github-actions
    Copy link

    TAG Bot

    TAG: 6.5.23
    EXISTED: no
    DISTRIBUTION: unstable

     - update version to 6.5.23
    
     log: update version to 6.5.23
    @deepin-ci-robot
    Copy link

    deepin pr auto review

    代码审查意见:

    1. 版本号更新:在多个文件中更新了版本号,这是一个好的做法,确保了版本控制的一致性。但是,需要确认版本号的更新是否与实际的功能更新相匹配。

    2. 文件格式调整:在camera.md文件中,将标题格式从# Camera | deepin-camera更改为# Camera|deepin-camera|,这可能会影响Markdown渲染。需要确认这是否是预期的更改,以及是否会影响其他依赖于这些文件的组件。

    3. Changelog更新:在debian/changelog文件中,添加了新的版本更新记录,这是一个好的做法,有助于追踪版本变更和问题修复。但是,需要确保提交的信息准确无误,并且与实际更改相匹配。

    4. 文件权限:在loong64/linglong.yaml文件中,文件权限从100644更改为100755,这通常意味着文件具有可执行权限。需要确认这是否是必要的,以及是否会对应用程序的运行产生影响。

    5. 文件索引:提交中包含了多个文件的更改,但没有提供更改的上下文或原因。建议在提交信息中提供更多的背景信息,以便其他开发者更好地理解这些更改的目的。

    总体来说,这些更改看起来是合理的,但需要进一步的确认和测试以确保它们不会引入任何问题。

    @deepin-ci-robot
    Copy link

    [APPROVALNOTIFIER] This PR is NOT APPROVED

    This pull-request has been approved by: dengzhongyuan365-dev, lzwind

    The full list of commands accepted by this bot can be found here.

    Details Needs approval from an approver in each of these files:

    Approvers can indicate their approval by writing /approve in a comment
    Approvers can cancel approval by writing /approve cancel in a comment

    @lzwind lzwind merged commit 7f6200d into linuxdeepin:master Jun 24, 2025
    17 of 18 checks passed
    @lzwind
    Copy link
    Contributor

    lzwind commented Jun 24, 2025

    /topic cd-20250623

    @deepin-ci-robot
    Copy link

    Add topic: cd-20250623 successed.

    @lzwind
    Copy link
    Contributor

    lzwind commented Jun 24, 2025

    /integr-topic cd-20250623

    @deepin-ci-robot
    Copy link

    Integrated with pr deepin-community/Repository-Integration#2943

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    Status: No status

    Development

    Successfully merging this pull request may close these issues.

    3 participants