diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 4489ff274..98d545923 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -15,7 +15,7 @@ body: id: use-case attributes: label: Use Case - description: Why do you need this feature? + description: Why do you need this enhancement/feature? validations: required: true @@ -51,7 +51,7 @@ body: label: Acknowledge description: Please mark any checkbox that apply (otherwise leave unchecked). options: - - label: I'm interested in implementing the feature + - label: I'm interested in implementing the enhancement/feature required: false - - label: This feature might result in a breaking change + - label: This enhancement/feature might result in a breaking change required: false |