You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2022/09/24 15:39:09 UTC

[GitHub] [jmeter] pmouawad commented on a diff in pull request #5710: Add GitHub Issue templates

pmouawad commented on code in PR #5710:
URL: https://github.com/apache/jmeter/pull/5710#discussion_r979264187


##########
.github/ISSUE_TEMPLATE/feature_request.yaml:
##########
@@ -0,0 +1,58 @@
+name: Feature Request
+description: Suggest an idea
+labels:
+  - enhancement
+  - to-triage
+body:
+  - type: markdown
+    attributes:
+      value: |
+        Please describe the use-case you have. This will better help us understand the context in which you're looking for a new feature.
+  - type: textarea
+    id: use-case
+    attributes:
+      label: Use case
+      description: |
+        Please describe the use-case you have. This will better help us understand the context in which you're looking for a new feature.
+      placeholder: Describe the use-case here
+    validations:
+      required: true
+  - type: textarea
+    id: solution
+    attributes:
+      label: Use case

Review Comment:
   It looks like a duplicate 
   Should it be "Expected solution" ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org