Skip to content

Commit

Permalink
feat(label): Add good first issue and do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 28, 2024
1 parent f8fe45f commit 7d82e71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions template/.github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ labels:
color: 66b38a
description: Has had no activity for some time.

- name: 'Status: DO NOT MERGE'
color: E80C0C
description: Will not be merged.

- name: 'Duplicate'
color: EB862D
description: Duplicate of another issue.
Expand Down Expand Up @@ -104,3 +108,6 @@ labels:
color: 008672
description: Help wanted

- name: 'good first issue'
color: 008672
description: Good first issue

0 comments on commit 7d82e71

Please sign in to comment.