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:26:16 UTC

[GitHub] [jmeter] vlsi opened a new pull request, #5710: Add GitHub Issue templates

vlsi opened a new pull request, #5710:
URL: https://github.com/apache/jmeter/pull/5710

   ## Description
   
   Configure issue templates


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
vlsi commented on code in PR #5710:
URL: https://github.com/apache/jmeter/pull/5710#discussion_r979270150


##########
.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:
   Good catch. I copy-pasted the forms from https://github.com/jOOQ/jOOQ/blob/main/.github/ISSUE_TEMPLATE/feature_request.yaml :)



-- 
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


[GitHub] [jmeter] vlsi merged pull request #5710: Add GitHub Issue templates

Posted by GitBox <gi...@apache.org>.
vlsi merged PR #5710:
URL: https://github.com/apache/jmeter/pull/5710


-- 
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