Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- name: breaking
description: Breaking Changes
color: bfd4f2
- name: blocked
description: waiting for something else
color: cccccc
- name: bug
description: Something isn't working
color: d73a4a
Expand All @@ -28,6 +31,9 @@
- name: enhancement
description: New feature or request
color: a2eeef
- name: examples
description: Additons or changes to examples
color: 50edb0
- name: github_actions
description: Pull requests that update Github_actions code
color: "000000"
Expand Down Expand Up @@ -61,6 +67,9 @@
- name: testing
description: Testing
color: b1fc6f
- name: upstream_issue
description: This issue is caused by an upstream package
color: a9fd3e
- name: wontfix
description: This will not be worked on
color: ffffff
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ categories:
label: "ci"
- title: ":books: Documentation"
label: "documentation"
- title: ":mortar_board: Examples"
label: "examples"
- title: ":hammer: Refactoring"
label: "refactoring"
- title: ":lipstick: Style"
Expand Down