forked from ethereum/EIPs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configuration: Update Process Change Template (ethereum#5525)
* Update process change template * Use enhancement label * Update propose-process-change.yml
- Loading branch information
Showing
2 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Do you want to propose a change to the EIP process itself? | ||
description: Use this if you want to propose changes to the EIP process | ||
labels: ['enhancement'] | ||
|
||
body: | ||
- type: textarea | ||
id: proposed-change | ||
attributes: | ||
label: Proposed Change | ||
description: What do you think should be different? | ||
placeholder: Describe your proposed change here | ||
validations: | ||
required: true |