1
0
Fork
You've already forked nice
0

Add badges to README page #6

Merged
antonyho merged 1 commit from add-readme-badges into master 2025年06月09日 15:38:46 +02:00
antonyho commented 2025年06月09日 15:35:26 +02:00 (Migrated from github.com)
Copy link
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2025年06月09日 15:36:22 +02:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment
Copy link

Pull Request Overview

This PR adds CI and quality-of-service badges to the project’s README.

  • Introduces GitHub Actions badge for Go workflow
  • Adds Go Report Card and PkgGoDev badges for code quality and documentation
Comments suppressed due to low confidence (2)

README.md:1

  • [nitpick] The header is lowercase; consider capitalizing the project name as '# Nice' for consistency and clarity.
# nice

README.md:4

  • [nitpick] Consider adding an article and pluralizing 'error' to improve grammar, e.g., 'A nice way to handle errors in Go'.
Nice way to handle error in Go
## Pull Request Overview This PR adds CI and quality-of-service badges to the project’s README. - Introduces GitHub Actions badge for Go workflow - Adds Go Report Card and PkgGoDev badges for code quality and documentation <details> <summary>Comments suppressed due to low confidence (2)</summary> **README.md:1** * [nitpick] The header is lowercase; consider capitalizing the project name as '# Nice' for consistency and clarity. ``` # nice ``` **README.md:4** * [nitpick] Consider adding an article and pluralizing 'error' to improve grammar, e.g., 'A nice way to handle errors in Go'. ``` Nice way to handle error in Go ``` </details>
@ -1,4 +1,6 @@
# nice
[![Go](https://github.com/antonyho/nice/actions/workflows/go.yml/badge.svg)](https://github.com/antonyho/nice/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/antonyho/nice)](https://goreportcard.com/report/github.com/antonyho/nice) [![PkgGoDev](https://pkg.go.dev/badge/github.com/antonyho/nice)](https://pkg.go.dev/github.com/antonyho/nice)
copilot-pull-request-reviewer[bot] (Migrated from github.com) commented 2025年06月09日 15:36:21 +02:00
Copy link

[nitpick] The badges are all on one line, which may reduce readability; consider placing each badge on its own line or separating them for clearer structure.

[![Go](https://github.com/antonyho/nice/actions/workflows/go.yml/badge.svg)](https://github.com/antonyho/nice/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/antonyho/nice)](https://goreportcard.com/report/github.com/antonyho/nice)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/antonyho/nice)](https://pkg.go.dev/github.com/antonyho/nice)
[nitpick] The badges are all on one line, which may reduce readability; consider placing each badge on its own line or separating them for clearer structure. ```suggestion [![Go](https://github.com/antonyho/nice/actions/workflows/go.yml/badge.svg)](https://github.com/antonyho/nice/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/antonyho/nice)](https://goreportcard.com/report/github.com/antonyho/nice) [![PkgGoDev](https://pkg.go.dev/badge/github.com/antonyho/nice)](https://pkg.go.dev/github.com/antonyho/nice) ```
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
antonyho/nice!6
Reference in a new issue
antonyho/nice
No description provided.
Delete branch "add-readme-badges"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?