Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry committed Apr 1, 2022
1 parent a431ff6 commit 75c6747
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/1-feature-gate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Gate Tracker
description: Track the development and status of an on-chain feature
title: "[Feature Gate]: "
title: "Feature Gate: "
labels: ["feature-gate"]
body:
- type: markdown
Expand Down Expand Up @@ -51,20 +51,20 @@ body:
id: testnet
attributes:
label: Testnet Activation Epoch
placeholder: Leave empty if not yet activated
placeholder: Edit this response when feature is activated on this cluster
validations:
required: false
- type: input
id: devnet
attributes:
label: Devnet Activation Epoch
placeholder: Leave empty if not yet activated
placeholder: Edit this response when feature is activated on this cluster
validations:
required: false
- type: input
id: mainnet-beta
attributes:
label: Mainnet-Beta Activation Epoch
placeholder: Leave empty if not yet activated
placeholder: Edit this response when feature is activated on this cluster
validations:
required: false
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

Fixes #
<!-- OPTIONAL: Feature Gate Issue: # -->
<!-- Don't forget to add the feature-gate label -->
<!-- Don't forget to add the "feature-gate" label -->

0 comments on commit 75c6747

Please sign in to comment.