Skip to content

Commit

Permalink
Merge pull request #68 from sohosai/sync-labels
Browse files Browse the repository at this point in the history
Sync definition file with existing labels
  • Loading branch information
puripuri2100 authored Oct 13, 2023
2 parents 7a70369 + b51ca56 commit 4f8037e
Showing 1 changed file with 29 additions and 69 deletions.
98 changes: 29 additions & 69 deletions .github/labels.toml
Original file line number Diff line number Diff line change
@@ -1,69 +1,29 @@
["Problem: bug"]
color = "#e60033"
name = "Problem: bug"
description = "バグ"

["Problem: security"]
color = "#e60033"
name = "Problem: security"
description = "セキュリティ的な懸念事項"

["Type: documentation"]
color = "#0095d9"
name = "Type: documentation"
description = "ドキュメントの改善"

["Type: improvement"]
color = "#0095d9"
name = "Type: improvement"
description = "プロダクトの改善"

["Type: new feature"]
color = "#0095d9"
name = "Type: new feature"
description = "新機能"

["Close: duplicate"]
color = "#e9dfe5"
name = "Close: duplicate"
description = "重複しているIssue/PR"

["Close: invalid"]
color = "#e9dfe5"
name = "Close: invalid"
description = "誤ったIssue/PR"

["Close: wontfix"]
color = "#e9dfe5"
name = "Close: wontfix"
description = "現状では対応しないIssue/PR"

["Difficulty: easy"]
color = "#bce2e8"
name = "Difficulty: easy"
description = "簡単なIssue"

["Difficulty: hard"]
color = "#f08300"
name = "Difficulty: hard"
description = "かなり難しい実装"

["Priority: low"]
color = "#bce2e8"
name = "Priority: low"
description = "優先度の低いIssue"

["Priority: high"]
color = "#f08300"
name = "Priority: high"
description = "優先度の高いIssue"

["Feedback: feature request"]
color = "#98d98e"
name = "Feedback: feature request"
description = "新機能の要求"

["Feedback: question"]
color = "#98d98e"
name = "Feedback: question"
description = "質問"
[bug]
color = "D93F0B"
name = "bug"
description = "直さなければならないバグ"

[design]
color = "6DDD7F"
name = "design"
description = "デザイン周り"

[doc]
color = "4363F2"
name = "doc"
description = "ドキュメント周り"

[enhancement]
color = "2A5D93"
name = "enhancement"
description = "機能周り"

["good first issue"]
color = "9A17EC"
name = "good first issue"
description = "簡単めに取り組める課題"

["help wanted"]
color = "428755"
name = "help wanted"
description = "たすけてー"

1 comment on commit 4f8037e

@vercel
Copy link

@vercel vercel bot commented on 4f8037e Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.