Commit 6934407

Anton Medvedev <anton@medv.io>
2023-10-06 12:08:39
Add badge ideas
1 parent e2b8f1d
Changed files (1)
README.md
@@ -108,6 +108,61 @@ You can skip recollecting the data with `--data` flag.
 node dist/main.js your-username --data data/your-username.json
 ```
 
+### Ideas for badges
+
+Feel free to grab any of these ideas and implement them:
+
+- **weekend-warrior** - For those who commit mostly on weekends.
+- **caffeine-fueled** - For a burst of commits at odd hours, implying lots of coffee.
+- **ninja-commit** - Silent commits with minimal descriptions.
+- **commit-haiku** - Commit descriptions that are in the format of a haiku.
+- **emoji-only** - For commit messages that use only emojis.
+- **code-poet** - For beautifully written code.
+- **oops-fix** - For commits that quickly follow a previous commit to fix something minor.
+- **one-liner** - For commits that change only one line.
+- **marathoner** - For long coding sessions with many commits.
+- **no-tests** - No tests added or changed in the commit.
+- **holiday-coder** - Commits made on holidays.
+- **code-sorcerer** - For intricate or complex code changes.
+- **comment-ninja** - A lot of comments added in a commit.
+- **spooky-commit** - Commits made on Halloween or commits with spooky-themed messages.
+- **docs-rockstar** - For those who make significant contributions to documentation.
+- **sleepy-coder** - For commits made in the very early hours of the morning.
+- **streaker** - For users with long daily commit streaks.
+- **commit-chameleon** - For users who often change the style or language of their code.
+- **ancient-code** - For updating or working with very old code repositories.
+- **timezone-hopper** - For those who commit at varied hours, implying they might be traveling or working across time zones.
+- **commit-celebration** - Commits made on the user's birthday or GitHub anniversary.
+- **code-detective** - For commits that solve difficult bugs or mysteries.
+- **first-timer** - Celebrating someone's first commit to a project.
+- **merge-master** - For those who handle a lot of merges without conflicts.
+- **no-conflict** - For users who rarely have merge conflicts.
+- **collaborator-king** - For users who have been added as collaborators on numerous repositories.
+- **issue-master** - For users who open a significant number of issues across repositories.
+- **pr-champion** - For those who have a high number of pull requests merged.
+- **community-builder** - For users with a high number of followers or those who contribute to popular community-driven projects.
+- **bug-buster** - For users who have closed many bug-labeled issues.
+- **enhancer** - For users who have closed many enhancement-labeled issues.
+- **fork-fanatic** - For those who have forked a large number of repositories.
+- **wiki-warrior** - For contributors to the GitHub Wiki pages of repositories.
+- **star-gazer** - Users who have starred a vast number of repositories.
+- **learning-curve** - For those who regularly commit to repositories tagged with educational or tutorial topics.
+- **triple-threat** - For users who open issues, commit code, and review pull requests consistently.
+- **feedback-friend** - For users who comment constructively on issues and pull requests.
+- **dual-language-dynamo** - For those who commit in at least two different programming languages consistently.
+- **repository-ronin** - For users who don’t own repositories but contribute significantly to others.
+- **watcher** - For users who watch a high number of repositories, staying updated with many projects.
+- **social-butterfly** - For those with a high number of interactions (comments, reactions) across GitHub.
+- **milestone-mover** - For users who consistently hit project milestones or participate in milestone discussions.
+- **security-sentinel** - Recognizing those who report security vulnerabilities through responsible disclosure.
+- **open-source-orchestrator** - For those who have initiated or lead popular open-source projects.
+- **diversity-driver** - For those who contribute to repositories tagged with diversity, inclusion, or community well-being topics.
+- **theme-thinker** - For users who frequently switch or customize their GitHub UI themes.
+- **bot-buddy** - Users who integrate or collaborate with bots for automated checks or messages.
+- **roadmap-runner** - For those who actively participate in project roadmaps or long-term planning discussions.
+
+As always, these badges should be designed and implemented in a way that promotes positivity and inclusivity within the GitHub community.
+
 ## License
 
 [MIT](LICENSE)