File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Always make sure your issue is happening on the latest TestNG version. Bug repor
40
40
41
41
### Have you considered sending a pull request instead of filing an issue?
42
42
The best way to report a bug is to provide the TestNG team with a full test case reproducing the issue.
43
- Maybe you can write a runnable test case (check the ` src/test/ ` folder for examples) and propose it in a pull request
43
+ Maybe you can write a runnable test case (check the ` src/test/ ` folder for examples) and propose it in a pull request
44
44
Don't worry if the CI fails because it is the expected behavior.
45
45
This pull request will be a perfect start to find the fix :)
46
46
@@ -49,12 +49,12 @@ Refer our [Contributing](.github/CONTRIBUTING.md) section for detailed set of st
49
49
50
50
### We encourage pull requests that:
51
51
52
- * Add new features to TestNG (or)
53
- * Fix bugs in TestNG
54
-
55
- If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the
56
- [ TestNG-dev] ( https://groups.google.com/forum/#!forum/testng-dev ) before you spend time working on it.
52
+ * Add new features to TestNG (or)
53
+ * Fix bugs in TestNG
57
54
55
+ If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the
56
+ [ TestNG-dev] ( https://groups.google.com/forum/#!forum/testng-dev ) before you spend time working on it.
57
+
58
58
### GPG Keys
59
59
60
60
#### Getting the keys
You can’t perform that action at this time.
0 commit comments