Skip to content
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

Remove award #27923

Merged
merged 2 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 4 additions & 44 deletions .vaunt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 1

- achievement:
name: Pull Request Pioneer
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-00.png
description: Awarded for creating pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 1
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 1

- achievement:
name: Merging Master
Expand Down Expand Up @@ -59,17 +49,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 5

- achievement:
name: Pull Request Pioneer Bronze
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-02.png
description: Awarded for creating 5 pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 5
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 5

- achievement:
name: Merging Master Bronze
Expand Down Expand Up @@ -109,17 +89,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 15

- achievement:
name: Pull Request Pioneer Silver
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-03.png
description: Awarded for creating 15 pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 15
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 15

- achievement:
name: Merging Master Silver
Expand Down Expand Up @@ -159,17 +129,7 @@ achievements:
- trigger:
actor: author
action: issue
condition: count(created_at >= "2023-12-26") >= 30

- achievement:
name: Pull Request Pioneer Gold
icon: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-04.png
description: Awarded for creating 30 pull requests.
triggers:
- trigger:
actor: author
action: pull_request
condition: count(created_at >= "2023-12-26") >= 30
condition: count(created_at >= "2023-12-26" & labels in {'Useful Issue'}) >= 30

- achievement:
name: Merging Master Gold
Expand Down
15 changes: 0 additions & 15 deletions docs/overview/contributing/contributor_rewards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Badges
**Debugging Dynamos** - These badges are awarded to contributors who demonstrate exceptional skill in identifying and reporting issues.
It recognizes the crucial role of pinpointing problems which is fundamental in maintaining the integrity and performance of our codebase.

**Pull Request Pioneer** - These awards are granted to those who actively contribute to the development of our projects by initiating pull requests. This badge acknowledges the importance of collaborative development and the initiative taken in proposing valuable code changes and improvements.

**Merging Master** - These badges are formal recognitions for contributors whose pull requests consistently meet our high standards of quality and are successfully merged into the main codebase.

**Merging Wizard** - These exclusive badges are awarded to contributors who successfully get *priority* pull requests merged. This recognition is for handling complex, high-priority tasks that have a substantial impact on the project's progress and success.
Expand Down Expand Up @@ -44,19 +42,6 @@ Badge Tiers
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_01-04.png
:width: 110
:alt: Alternative text
* - Pull Request Pioneer
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-00.png
:width: 110
:alt: Alternative text
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-02.png
:width: 110
:alt: Alternative text
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-03.png
:width: 110
:alt: Alternative text
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_03-04.png
:width: 110
:alt: Alternative text
* - Merging Master
- .. image:: https://raw.githubusercontent.com/unifyai/ivy/main/.vaunt/badges/badge_04-00.png
:width: 110
Expand Down
Loading