-
Notifications
You must be signed in to change notification settings - Fork 110
contributors #944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contributors #944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR integrates the All Contributors tool to provide a badge and automated list of contributors, along with a GitHub Actions workflow to keep the list up to date.
- Adds badge and contributors table to README.md
- Introduces
.all-contributorsrc
configuration - Adds GitHub Actions workflow to regenerate contributor list on push
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
README.md | Added All Contributors badge, table, and updated citation formatting |
.github/workflows/all-contributors.yml | New workflow to automatically run all-contributors-cli generate |
.all-contributorsrc | Configuration file listing all current contributors |
Comments suppressed due to low confidence (2)
.github/workflows/all-contributors.yml:4
- The workflow is configured to run only on the
master
branch, but this repository appears to usemain
as its default branch. Update the branch name or include both to ensure the action triggers.
branches: [ master ]
README.md:191
- The BibTeX entries are split by multiple closing fences, causing an unmatched fence at the end. Consider wrapping all entries in a single triple-backtick block so they render correctly.
```bibtex
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
User description
Add contributors in non-stupid way
PR Type
Documentation
Description
Add all-contributors system for automated contributor management
Update README with contributor badge and visual contributor table
Create GitHub workflow for automatic contributor updates
Reorganize citation section with updated references
Changes diagram
Changes walkthrough 📝
.all-contributorsrc
Configure all-contributors system with 25 contributors
.all-contributorsrc
all-contributors.yml
Add automated contributor update workflow
.github/workflows/all-contributors.yml
README.md
Update README with contributor system and citations
README.md