diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 18:36:58 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-05 18:36:58 +0000 |
| commit | eb05374f246b093f3d214ab38406e3f276837be0 (patch) | |
| tree | 69b411c7e611dc8d2905554f454d1ef6cc3a6cef /.github/ISSUE_TEMPLATE/enhancement.yml | |
| parent | 0b50b0f1f09b72a3cdf95d0c2529b1107ccd3b08 (diff) | |
minor wording tweaks in the Enhancement Request issue template.
Diffstat (limited to '.github/ISSUE_TEMPLATE/enhancement.yml')
| -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 |