-
Notifications
You must be signed in to change notification settings - Fork 3
docs: improve README with contributors section, badges, and community links #36
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Summary
The root README is missing a contributors section and some standard open-source README elements. Adding these makes the project more welcoming and gives credit to people who contribute.
What to add
1. Badges at the top
Add status badges after the heading (# ChatCops):
[](https://github.com/codercops/chatcops/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/@chatcops/widget)
[](https://www.npmjs.com/package/@chatcops/core)
[](https://www.npmjs.com/package/@chatcops/server)
[](./LICENSE)2. Contributors section
Add a contributors section before the License section using auto-generated avatars:
## Contributors
<a href="https://github.com/codercops/chatcops/graphs/contributors">
<img src="https://contrib.rocks/image?repo=codercops/chatcops" />
</a>This auto-generates contributor avatars from GitHub and stays up to date — zero maintenance.
3. Community / Links section
Add links to help people find their way:
## Links
- [Documentation](https://chat.codercops.com)
- [Contributing Guide](./CONTRIBUTING.md)
- [Report a Bug](https://github.com/codercops/chatcops/issues/new)
- [CoderCops](https://codercops.com)Files to modify
| File | Change |
|---|---|
README.md |
Add badges, contributors section, and links |
Acceptance Criteria
- CI and npm version badges visible at the top
- Contributors section present with auto-generated avatars
- Links section with docs, contributing guide, and bug report links
- Existing README content unchanged — only additions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers