diff --git a/.github/settings.yml b/.github/settings.yml index 3c5d01f..e1ac020 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -9,17 +9,44 @@ repository: labels: - name: bug - color: CC0000 - description: An issue with the system 🐛. + color: '#d73a4a' + description: Something isn't working + + - name: documentation + color: '#0075ca' + description: Improvements or additions to documentation + + - name: duplicate + color: '#cfd3d7' + description: This issue or pull request already exists + + - name: enhancement + color: '#a2eeef' + description: Some improvements - name: feature - # If including a `#`, make sure to wrap it with quotes! - color: '#336699' - description: New functionality. + color: '#16b33f' + description: New feature or request + + - 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: question + color: '#d876e3' + description: Further information is requested - - name: Help Wanted - # Provide a new name to rename an existing label - new_name: first-timers-only + - name: wontfix + color: '#ffffff' + description: This will not be worked on branches: - name: main