You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Configuration for Label Commenter - https://github.com/peaceiris/actions-label-commenter
2
+
labels:
3
+
- name: needs-sample
4
+
labeled:
5
+
issue:
6
+
body: |
7
+
Hi, @{{ issue.user.login }}.
8
+
We need more information to reproduce the issue.
9
+
10
+
Please help share a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example) that can be used to recreate the issue.
11
+
12
+
In addition to sharing a sample, please also add the following details:
13
+
14
+
* TestNG version being used.
15
+
* JDK version being used.
16
+
* How was the test run (IDE/Build Tools)?
17
+
* How does your build file (`pom.xml` | `build.gradle` | `build.gradle.kts`) look like ?
18
+
19
+
It would be better if you could share a sample project that can be directly used to reproduce the problem.
20
+
Reply to this issue when all information is provided, thank you.
21
+
- name: question
22
+
labeled:
23
+
issue:
24
+
body: |
25
+
💬 Please ask questions at:
26
+
* 📫 The [TestNG user group](https://groups.google.com/forum/#!forum/testng-users)
0 commit comments