No description provided.
Add badges to README page #6
Merged
antonyho
merged 1 commit from 2025年06月09日 15:38:46 +02:00
add-readme-badges into master
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
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
[](https://github.com/antonyho/nice/actions/workflows/go.yml) [](https://goreportcard.com/report/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
[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.
[](https://github.com/antonyho/nice/actions/workflows/go.yml)
[](https://goreportcard.com/report/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
[](https://github.com/antonyho/nice/actions/workflows/go.yml)
[](https://goreportcard.com/report/github.com/antonyho/nice)
[](https://pkg.go.dev/github.com/antonyho/nice)
```
Sign in to join this conversation.
No reviewers
Labels
Clear labels
Something isn't working
Improvements or additions to documentation
This issue or pull request already exists
New feature or request
Good for newcomers
Extra attention is needed
This doesn't seem right
Further information is requested
This will not be worked on
bug
Something isn't working
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
invalid
This doesn't seem right
question
Further information is requested
wontfix
This will not be worked on
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
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
Loading...
Add table
Add a link
Reference in a new issue
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?