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
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):2. Contributors section
Add a contributors section before the License section using auto-generated avatars:
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:
Files to modify
README.mdAcceptance Criteria