Skip to content

Commit

Permalink
fix: clean up labels
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Mar 9, 2021
1 parent 29a40df commit f144c25
Showing 1 changed file with 127 additions and 139 deletions.
266 changes: 127 additions & 139 deletions template/.github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,142 +64,130 @@ branches:

# Labels: define labels for Issues and Pull Requests
labels:
- name: duplicate
color: cde6ff
description: This Issue or Pull Request already exists
- name: good first issue
color: 6bb7fb
description: Good for newcomers
aliases:
- beginner-friendly
- beginner
- good-starter-issue
- good for beginner
- Good for beginners
- starter-issue
- starter
- name: help wanted
color: 2492eb
description: Extra attention is needed, this user requires assistance to complete
the work
- name: 'Project: Version Zero'
color: '222222'
description: Issues related to the epic Project Zero
- name: 'Project: Auro User Definition'
color: '222222'
description: Issues related to the epic User Research
- name: 'Project: Doc Site Strategy'
color: '222222'
description: Issues related to the epic Doc Site Strategy
- name: released
color: A9A9A9
description: Completed work has been released
- name: 'Status: Backlogged'
color: e2ffcd
description: Backlogged item is a proposed question or solution, the user is requesting
feedback
aliases:
- idea
- Idea
- proposal
- Proposal
- discussion
- name: 'Status: Prioritized for work'
color: d0fba6
description: Proposal has been prioritized for development (issues only)
- name: 'Status: Work In Progress'
description: Issue or Pull Request work is in Progress
color: c0e585
- name: 'Status: Review Needed'
color: 91be62
description: Work is completed, user is requesting feedback
- name: 'Status: Complete'
color: 5e8741
description: Owner has completed work and considers it ready to be merged
- name: 'Status: Blocked'
color: df0b37
description: Progress on the issue is Blocked, immediate attention is required
aliases:
- blocked
- name: 'Status: Discovery'
color: c1daf0
description: New work that is still in a discovery phase
- name: 'Status: PR Welcome'
color: 569ed7
description: Assigned to issues, requesting general public support
aliases:
- Patch Welcome
- 'Status: Ready for PR'
- name: 'Status: Abandoned'
color: 156fad
description: The issue or Pull Request is wontfix
aliases:
- wontfix
- invalid
- name: 'Type: Bug'
color: df0b37
description: Bug or Bug fixes
aliases:
- bug
- name: 'Type: Breaking Change'
color: b88624
description: Includes breaking changes, will require MAJOR version release
aliases:
- breaking
- breaking-change
- name: 'Type: Feature'
color: e5ad07
description: New Feature
aliases:
- enhancement
- name: 'Type: Design'
color: e5ad07
description: New Design
aliases:
- enhancement
- name: 'Type: Content/data'
color: ffd200
description: Adding or editing new content or data to the repo
aliases:
- enhancement
- name: 'Type: Refactoring'
color: ffdb67
description: A code change that neither fixes a bug nor adds a feature
aliases:
- refactor
- name: 'Type: Testing'
color: fff0cd
description: Adding missing tests or correcting existing tests
aliases:
- test
- testing
- name: 'Type: Documentation'
color: f26135
description: Documentation only changes
aliases:
- documents
- document
- name: 'Type: Maintenance'
color: b83302
description: Repository Maintenance
aliases:
- greenkeeper
- maintenance
- name: 'Type: CI'
color: b83302
description: Changes to CI configuration files and scripts
aliases:
- ci
- name: 'Type: Question'
color: b83302
description: Further information is requested
aliases:
- question
- name: 'Type: Dependencies'
color: b83302
description: Pull requests that update a dependency file
aliases:
- dependencies
- name: 'Type: High Risk'
color: b83302
description: Work is high risk, pay close attention to updates and tests
- name: duplicate
color: cde6ff
description: This Issue or Pull Request already exists
- name: good first issue
color: 6bb7fb
description: Good for newcomers
aliases:
- beginner-friendly
- beginner
- good-starter-issue
- good for beginner
- Good for beginners
- starter-issue
- starter
- name: help wanted
color: 2492eb
description: Extra attention is needed, this user requires assistance to complete
the work
- name: 'Priority: High'
color: 'f65b7b'
description: Issues that need attention soon
- name: 'Project: Version Zero'
color: '222222'
description: Issues related to the epic Project Zero
- name: released
color: A9A9A9
description: Completed work has been released
- name: 'Status: Abandoned'
color: 156fad
description: The issue or Pull Request is wontfix
aliases:
- wontfix
- invalid
- name: 'Status: Backlogged'
color: e2ffcd
description: Backlogged item is a proposed question or solution, the user is requesting
feedback
aliases:
- idea
- Idea
- proposal
- Proposal
- discussion
- name: 'Status: Blocked'
color: df0b37
description: Progress on the issue is Blocked, immediate attention is required
aliases:
- blocked
- name: 'Status: Complete and Ready to Merge'
color: 5e8741
description: Owner has completed work and considers it ready to be merged
- name: 'Status: Prioritized for work'
color: d0fba6
description: Proposal has been prioritized for development (issues only)
- name: 'Status: Review Needed'
color: 91be62
description: Work is completed, user is requesting feedback
- name: 'Status: Selected for work'
color: d0fba6
description: Proposal has been selected for development (issues only)
- name: 'Status: Work In Progress'
description: Issue or Pull Request work is in Progress
color: c0e585
- name: 'Type: Breaking Change'
color: b88624
description: Includes breaking changes, will require MAJOR version release
aliases:
- breaking
- breaking-change
- name: 'Type: Bug'
color: df0b37
description: Bug or Bug fixes
aliases:
- bug
- name: 'Type: CI'
color: b83302
description: Changes to CI configuration files and scripts
aliases:
- ci
- name: 'Type: Content or data'
color: ffd200
description: Adding or editing new content or data to the repo
aliases:
- enhancement
- name: 'Type: Dependencies'
color: b83302
description: Pull requests that update a dependency file
aliases:
- dependencies
- name: 'Type: Design'
color: e5ad07
description: New Design
aliases:
- enhancement
- name: 'Type: Documentation'
color: f26135
description: Documentation only changes
aliases:
- documents
- document
- name: 'Type: Feature'
color: e5ad07
description: New Feature
aliases:
- enhancement
- name: 'Type: Maintenance'
color: b83302
description: Repository Maintenance
aliases:
- greenkeeper
- maintenance
- name: 'Type: Question'
color: b83302
description: Further information is requested
aliases:
- question
- name: 'Type: Refactoring'
color: ffdb67
description: A code change that neither fixes a bug nor adds a feature
aliases:
- refactor
- name: 'Type: Testing'
color: fff0cd
description: Adding missing tests or correcting existing tests
aliases:
- test
- testing

0 comments on commit f144c25

Please sign in to comment.