Skip to content

Commit

Permalink
Merge pull request #326 from SaintAngeLs/notification_service_update
Browse files Browse the repository at this point in the history
#325 add more labels to settings
  • Loading branch information
SaintAngeLs authored Jul 22, 2024
2 parents 90a3d8d + 5f6bc1f commit 4acf5c6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,46 @@ labels:
- name: Help Wanted
new_name: first-timers-only

- name: documentation
color: '#0075ca'
description: Improvements or additions to documentation.

- name: enhancement
color: '#84b6eb'
description: New feature or request.

- name: question
color: '#d876e3'
description: Further information is requested.

- name: wontfix
color: '#ffffff'
description: This will not be worked on.

- name: good first issue
color: '#7057ff'
description: Good for newcomers.

- name: help wanted
color: '#008672'
description: Extra attention is needed.

- name: invalid
color: '#e4e669'
description: This doesn't seem right.

- name: duplicate
color: '#cfd3d7'
description: This issue or pull request already exists.

- name: wontfix
color: '#ffffff'
description: This will not be worked on.

- name: security
color: '#b60205'
description: Security vulnerability.

# Milestones: define milestones for Issues and Pull Requests
milestones:
- title: milestone-title
Expand Down

0 comments on commit 4acf5c6

Please sign in to comment.