mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
chore(gh): Temporarily disable new labels
This commit is contained in:
parent
65993d1b94
commit
515101d21b
3 changed files with 80 additions and 67 deletions
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
5
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Bug report
|
name: Bug report
|
||||||
description: Things not quite working right
|
description: Things not quite working right
|
||||||
labels: 'C-bug'
|
labels:
|
||||||
|
- 'T: bug'
|
||||||
|
# - 'C-bug'
|
||||||
|
# - 'S-triage'
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
name: Feature request
|
name: Feature request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
labels:
|
labels:
|
||||||
- 'C-enchancement'
|
- 'T: new feature'
|
||||||
- 'C-waiting-on-design'
|
# - 'C-enhancement'
|
||||||
|
# - 'S-triage'
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|
137
.github/settings.yml
vendored
137
.github/settings.yml
vendored
|
@ -17,70 +17,79 @@ repository:
|
||||||
# Manual: allow_auto_merge: true, see https://github.com/probot/settings/issues/402
|
# Manual: allow_auto_merge: true, see https://github.com/probot/settings/issues/402
|
||||||
delete_branch_on_merge: true
|
delete_branch_on_merge: true
|
||||||
|
|
||||||
labels:
|
#labels:
|
||||||
- name: "A-builder"
|
# - name: "A-builder"
|
||||||
description: "Area: Builder API"
|
# description: "Area: Builder API"
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "A-derive"
|
# - name: "A-derive"
|
||||||
description: "Area: #[derive]` macro API"
|
# description: "Area: #[derive]` macro API"
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "A-docs"
|
# - name: "A-docs"
|
||||||
description: "Area: documentation, including docs.rs, readme, examples, etc..."
|
# description: "Area: documentation, including docs.rs, readme, examples, etc..."
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "A-completion"
|
# - name: "A-completion"
|
||||||
description: "Area: completion generator"
|
# description: "Area: completion generator"
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "A-help"
|
# - name: "A-help"
|
||||||
description: "Area: Help or usage messages"
|
# description: "Area: Help or usage messages"
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "A-meta"
|
# - name: "A-meta"
|
||||||
description: "Area: administrative question or tracking issue"
|
# description: "Area: administrative question or tracking issue"
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "A-parsing"
|
# - name: "A-parsing"
|
||||||
description: "Area: Parser's logic and needs it changed somehow."
|
# description: "Area: Parser's logic and needs it changed somehow."
|
||||||
color: '#f7e101'
|
# color: '#f7e101'
|
||||||
- name: "C-bug"
|
# - name: "C-bug"
|
||||||
description: "Category: Things not working as expected"
|
# description: "Category: Things not working as expected"
|
||||||
color: '#f5f1fd'
|
# color: '#f5f1fd'
|
||||||
- name: "C-enhancement"
|
# - name: "C-enhancement"
|
||||||
description: "Category: Raise on the bar on expectations"
|
# description: "Category: Raise on the bar on expectations"
|
||||||
color: '#f5f1fd'
|
# color: '#f5f1fd'
|
||||||
- name: "C-tracking-issue"
|
# - name: "C-tracking-issue"
|
||||||
description: "Category: A tracking issue for an unstable feature"
|
# description: "Category: A tracking issue for an unstable feature"
|
||||||
color: '#f5f1fd'
|
# color: '#f5f1fd'
|
||||||
- name: "C-dependencies"
|
# - name: "C-dependencies"
|
||||||
description: "Category: Updating dependencies"
|
# description: "Category: Updating dependencies"
|
||||||
color: '#f5f1fd'
|
# color: '#f5f1fd'
|
||||||
- name: "E-easy"
|
# - name: "E-easy"
|
||||||
description: "Call for participation: Experience needed to fix: Easy / not much"
|
# description: "Call for participation: Experience needed to fix: Easy / not much"
|
||||||
color: '#02E10C'
|
# color: '#02E10C'
|
||||||
- name: "E-medium"
|
# - name: "E-medium"
|
||||||
description: "Call for participation: Experience needed to fix: Medium / intermediate"
|
# description: "Call for participation: Experience needed to fix: Medium / intermediate"
|
||||||
color: '#02E10C'
|
# color: '#02E10C'
|
||||||
- name: "E-hard"
|
# - name: "E-hard"
|
||||||
description: "Call for participation: Experience needed to fix: Hard / a lot"
|
# description: "Call for participation: Experience needed to fix: Hard / a lot"
|
||||||
color: '#02E10C'
|
# color: '#02E10C'
|
||||||
- name: "E-help-wanted"
|
# - name: "E-help-wanted"
|
||||||
description: "Call for participation: Help is requested to fix this issue."
|
# description: "Call for participation: Help is requested to fix this issue."
|
||||||
color: '#02E10C'
|
# color: '#02E10C'
|
||||||
- name: "S-blocked"
|
# - name: "S-triage"
|
||||||
description: "Status: marked as blocked on something else such as an RFC or other implementation work."
|
# description: "Status: New; needs maintainer attention."
|
||||||
color: '#D3DDDD'
|
# color: '#D3DDDD'
|
||||||
- name: "S-experimental"
|
# - name: "S-blocked"
|
||||||
description: "Status: Ongoing experiment that does not require reviewing and won't be merged in its current state."
|
# description: "Status: Blocked on something else such as an RFC or other implementation work."
|
||||||
color: '#D3DDDD'
|
# color: '#D3DDDD'
|
||||||
- name: "S-waiting-on-design"
|
# - name: "S-experimental"
|
||||||
description: "Status: Waiting on design to be resolved before implementing"
|
# description: "Status: Ongoing experiment that does not require reviewing and won't be merged in its current state."
|
||||||
color: '#D3DDDD'
|
# color: '#D3DDDD'
|
||||||
- name: "S-waiting-on-decision"
|
# - name: "S-waiting-on-design"
|
||||||
description: "Status: Waiting on a go/no-go before implementing"
|
# description: "Status: Waiting on user-facing design to be resolved before implementing"
|
||||||
color: '#D3DDDD'
|
# color: '#D3DDDD'
|
||||||
- name: "S-waiting-on-author"
|
# - name: "S-waiting-on-decision"
|
||||||
description: "Status: This is awaiting some action (such as code changes or more information) from the author."
|
# description: "Status: Waiting on a go/no-go before implementing"
|
||||||
color: '#D3DDDD'
|
# color: '#D3DDDD'
|
||||||
- name: "M-breaking change"
|
# - name: "S-waiting-on-mentor"
|
||||||
description: "Meta: Implementing or merging this will introduce a breaking change."
|
# description: "Status: Needs elaboration on the details before doing a 'Call for participation'"
|
||||||
color: '#E10C02'
|
# color: '#D3DDDD'
|
||||||
|
# - name: "S-waiting-on-author"
|
||||||
|
# description: "Status: This is awaiting some action (such as code changes or more information) from the author."
|
||||||
|
# color: '#D3DDDD'
|
||||||
|
# - name: "M-breaking-change"
|
||||||
|
# description: "Meta: Implementing or merging this will introduce a breaking change."
|
||||||
|
# color: '#E10C02'
|
||||||
|
# - name: "M-unreviewed"
|
||||||
|
# description: "Meta: Request for post-merge review."
|
||||||
|
# color: '#E10C02'
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
- name: main
|
- name: main
|
||||||
|
|
Loading…
Reference in a new issue