You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2023/02/24 17:35:53 UTC

[netbeans] branch master updated: Update issue forms for NB17 and fix for some GitHub changes in required values.

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

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new eceb2998e6 Update issue forms for NB17 and fix for some GitHub changes in required values.
     new a227f2d330 Merge pull request #5557 from neilcsmith-net/nb170-issues
eceb2998e6 is described below

commit eceb2998e6245124eb3e683180abee1d630d470b
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Fri Feb 24 09:43:32 2023 +0000

    Update issue forms for NB17 and fix for some GitHub changes in required values.
---
 .github/ISSUE_TEMPLATE/netbeans_bug_report.yml     | 41 ++++++++++++++--------
 .../ISSUE_TEMPLATE/netbeans_feature_request.yml    | 35 +++++++++++-------
 2 files changed, 49 insertions(+), 27 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml b/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
index d18056c82e..449d1328ae 100644
--- a/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/netbeans_bug_report.yml
@@ -27,8 +27,8 @@ body:
         Latest releases are always available from https://netbeans.apache.org/download/
       multiple: false
       options:
-        - "Apache NetBeans 16"
-        - "Apache NetBeans 17 release candidate"
+        - "Apache NetBeans 17"
+#        - "Apache NetBeans 18 release candidate"
         - "Apache NetBeans latest daily build"
     validations:
       required: true
@@ -91,7 +91,7 @@ body:
       description: >
         Please select the Apache NetBeans package you're using. Provide additional details
         below if necessary.
-      multiple: false
+      multiple: true
       options:
         - "Apache NetBeans provided installer"
         - "Apache NetBeans binary zip"
@@ -122,21 +122,32 @@ body:
         especially if you already have a good understanding of how to implement the fix. <br>
         Apache NetBeans is a community-managed project and we love to bring new contributors in.
       options:
-        - "Yes"
         - "No"
-    validations:
-        required: true
-  - type: dropdown
-    attributes:
-      label: Code of Conduct
-      description: > 
-         The Code of Conduct helps create a safe space for everyone.
-         I agree to follow the Apache Software Foundation's
-         [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)
-      options:
         - "Yes"
     validations:
         required: true
+#  - type: dropdown
+#    attributes:
+#      label: Code of Conduct
+#      description: > 
+#         The Code of Conduct helps create a safe space for everyone.
+#         I agree to follow the Apache Software Foundation's
+#         [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)
+#      options:
+#        - "Yes"
+#    validations:
+#        required: true
+#  - type: markdown
+#    attributes:
+#      value: "Thank you for completing our form!"
   - type: markdown
     attributes:
-      value: "Thank you for completing our form!"
+      value: "###Code of Conduct
+        
+        
+        **By submitting this form you agree to follow the Apache Software Foundation's
+         [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)**.
+         The Code of Conduct helps create a safe space for everyone.
+        
+        
+        Thank you for completing our form!"
diff --git a/.github/ISSUE_TEMPLATE/netbeans_feature_request.yml b/.github/ISSUE_TEMPLATE/netbeans_feature_request.yml
index 1725b6f363..554ccdd6ba 100644
--- a/.github/ISSUE_TEMPLATE/netbeans_feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/netbeans_feature_request.yml
@@ -42,21 +42,32 @@ body:
         especially if you already have a good understanding of how to implement the fix. <br>
         Apache NetBeans is a community-managed project and we love to bring new contributors in.
       options:
-        - "Yes"
         - "No"
-    validations:
-        required: true
-  - type: dropdown
-    attributes:
-      label: Code of Conduct
-      description: > 
-         The Code of Conduct helps create a safe space for everyone.
-         I agree to follow the Apache Software Foundation's
-         [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)
-      options:
         - "Yes"
     validations:
         required: true
+#  - type: dropdown
+#    attributes:
+#      label: Code of Conduct
+#      description: > 
+#         The Code of Conduct helps create a safe space for everyone.
+#         I agree to follow the Apache Software Foundation's
+#         [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)
+#      options:
+#        - "Yes"
+#    validations:
+#        required: true
+#  - type: markdown
+#    attributes:
+#      value: "Thank you for completing our form!"
   - type: markdown
     attributes:
-      value: "Thank you for completing our form!"
+      value: "###Code of Conduct
+        
+        
+        **By submitting this form you agree to follow the Apache Software Foundation's
+         [Code of Conduct](https://www.apache.org/foundation/policies/conduct.html)**.
+         The Code of Conduct helps create a safe space for everyone.
+        
+        
+        Thank you for completing our form!"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists