Skip to content

Commit

Permalink
Updated award names
Browse files Browse the repository at this point in the history
  • Loading branch information
nkkko committed Aug 23, 2024
1 parent 76b65f0 commit 6168e84
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions .vaunt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 0.0.1

achievements:
- achievement:
name: Tech Scribe
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/tech_scribe.png
name: Daytona Scribe
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/daytona_scribe.png
description: Penned first Daytona Dotfiles Insider article
triggers:
- trigger:
Expand All @@ -12,8 +12,8 @@ achievements:
condition: count(merged = true) >= 1

- achievement:
name: Parable Crafter
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/parable_crafter.png
name: Daytona Scholar
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/daytona_scholar.png
description: 5 Daytona tales of tech insight! Your wisdom grows!
triggers:
- trigger:
Expand All @@ -22,8 +22,8 @@ achievements:
condition: count(merged = true) > 4

- achievement:
name: Koan Master
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/koan_master.png
name: Daytona Sage
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/daytona_sage.png
description: 10+ Daytona articles! A fount of profound tech wisdom!
triggers:
- trigger:
Expand All @@ -42,8 +42,8 @@ achievements:
condition: count(merged = false & closed = true) > 2

- achievement:
name: Cosmic Observer
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/cosmic_observer.png
name: Daytona Explorer
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/daytona_explorer.png
description: Stargazing the Daytona cosmos! Your journey awakens!
triggers:
- trigger:
Expand All @@ -52,8 +52,8 @@ achievements:
condition: starred = true

- achievement:
name: Quantum Proposer
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/quantum_proposer.png
name: Daytona Proposer
icon: https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/daytona_proposer.png
description: Idea proposed! Daytona multiverse feels your ripples!
triggers:
- trigger:
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ Your contributions, big or small, are valued and recognized.

| Name | Icon | Description |
| ---- | ---- | ----------- |
| Tech Scribe | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/tech_scribe.png" width="150" /> | Penned first Daytona Dotfiles Insider article |
| Parable Crafter | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/parable_crafter.png" width="150" /> | 5 Daytona tales of tech insight! Your wisdom grows! |
| Koan Master | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/koan_master.png" width="150" /> | 10+ Daytona articles! A fount of profound tech wisdom! |
| Ummon's Disciple | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/ummons_disciple.png" width="150" /> | Unmerged PRs spark thought like Ummon's cryptic teachings! |
| Cosmic Observer | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/cosmic_observer.png" width="150" />| Cosmic Observer | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/cosmic_observer.png" width="150" /> | Stargazing the Daytona cosmos! Your journey awakens! |
| Quantum Proposer | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/quantum_proposer.png" width="150" /> | Idea proposed! Daytona multiverse feels your ripples! |
| Daytona Scribe | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/tech_scribe.png" width="150" /> | Authored first Daytona Dotfiles Insider article |
| Daytona Scholar | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/parable_crafter.png" width="150" /> | Crafted 5 insightful Daytona developer guides. Your expertise grows! |
| Daytona Sage | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/koan_master.png" width="150" /> | 10+ Daytona articles published! A beacon of developer experience wisdom! |
| Ummon's Disciple | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/ummons_disciple.png" width="150" /> | Unmerged PRs spark innovation like Ummon's cryptic teachings! |
| Daytona Explorer | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/cosmic_observer.png" width="150" /> | Starred the Daytona repo. Your development journey accelerates! |
| Daytona Proposer | <img src="https://raw.githubusercontent.com/daytonaio/content/main/.vaunt/quantum_proposer.png" width="150" /> | Feature idea proposed! Shaping the future of Daytona's development ecosystem! |

0 comments on commit 6168e84

Please sign in to comment.