You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/13 16:39:19 UTC

[jena] 01/01: GH-1362: Remove text from other issue left in feature.yml

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch feature
in repository https://gitbox.apache.org/repos/asf/jena.git

commit a6ac1fcfecf4bbc1e71fbfdea2a7aa16f09cb961
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Jun 13 17:38:50 2022 +0100

    GH-1362: Remove text from other issue left in feature.yml
---
 .github/ISSUE_TEMPLATE/feature.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
index df52c2bbb8..919a49f3f3 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -1,7 +1,5 @@
-## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
-
 name: Feature suggestion
-description: Feature suggestion
+description: Suggestion for a new or changed feature 
 labels: ["enhancement"]
 body:
   - type: input
@@ -15,15 +13,14 @@ body:
     id: suggestion
     attributes:
       label: Suggestion
-      description: Also tell us, what did you expect to happen?
-      placeholder: Tell us what happened.
+      placeholder: Tell us about the suggestion.
     validations:
       required: true
   - type: dropdown
     id: contributor
     attributes:
       label: Are you interested in contributing a solution yourself?
-      description: We welcome your feature request. Let us know if you would like to get involved in actually contributing a fix yourself. We'd be happy to help you get started.
+      description: We welcome your feature request. Let us know if you would like to get involved in contributing a pull request yourself.
       options:
         - 'Yes'
         - 'No'