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

removing the Proposed label from FLIP issue #141

Merged
merged 1 commit into from
Aug 22, 2023
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/application-flip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Application FLIP issue template
projects: "github/37"
about: Template to create a FLIP
title: FLIP title, e.g., "Dynamic Inclusion fees"
labels: 'flip: application, Proposed'
labels: 'flip: application'
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The Proposed label is already assigned in the Flow Tracker project automatically and hence don't need an additional label on the issue.

assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/cadence-flip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Cadence FLIP issue template
projects: "github/37"
about: Template to create a FLIP
title: FLIP title, e.g., "Dynamic Inclusion fees"
labels: 'flip: cadence, Proposed'
labels: 'flip: cadence'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/governance-flip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Governance FLIP issue template
projects: "github/37"
about: Template to create a FLIP
title: FLIP title, e.g., "Dynamic Inclusion fees"
labels: 'flip: governance, Proposed'
labels: 'flip: governance'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/protocol-flip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Protocol FLIP issue template
projects: "github/37"
about: Template to create a FLIP
title: FLIP title, e.g., "Dynamic Inclusion fees"
labels: 'flip: protocol, Proposed'
labels: 'flip: protocol'
assignees: ''

---
Expand Down