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

Add a file that contains all the labels a default project should have #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
57 changes: 57 additions & 0 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
labels:
- name: good first issue
color: 7057ff
- name: hackathon
color: 85f920
- name: help wanted
color: 008672
- name: question
color: D876E3
- name: wontfix
color: FFFFFF
- name: duplicate
color: CFD3D7
- name: bug
color: D73A4A
- name: documentation
color: 0e8a16
description: A PR that adds to documentation - used by Release Drafter
- name: hacktoberfest
color: bdff3a
description: 'Hacktoberfest. https://jenkins.io/blog/2018/10/01/hacktoberfest/'
- name: feature
color: 1d00ff
description: A PR that adds a feature - used by Release Drafter
- name: bugfix
oldname: fix
color: c9e85c
description: A PR that fixes a bug - used by Release Drafter
- name: chore
color: c9abea
description: a PR that adds to maintenance - used by Release Drafter
- name: test
color: d6e819
description: A PR that adds to testing - used by Release Drafter
- name: pinned
color: 5ed5e5
description: 'Used to avoid stale[bot] marking a issue/PR stale'
- name: plugin-compatibility
color: 8425c4
- name: stale
color: ffffff
description: 'Used by stale[bot] to mark a issue/PR stale'
- name: skip-changelog
color: f44271
description: A PR that is excluded from Release draft - used by Release Drafter
- name: removed
color: aa0f1c
description: A PR that removes code - used by Release Drafter
- name: deprecated
color: e2b626
description: A PR that deprecates code - used by Release Drafter
- name: breaking
color: 640910
description: A PR that is a breaking change - used by Release Drafter
- name: dependencies
color: 0366d6
description: A PR that updates dependencies - used by Release Drafter