Skip to content

Commit 4c28cd6

Browse files
committed
Adding contributing guidelines to templates.
1 parent 67473d5 commit 4c28cd6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@
2020

2121
### Test case sample
2222
> Please, share the test case (as small as possible) which shows the issue
23+
24+
25+
### Contribution guidelines
26+
27+
Incase you plan to raise a pull request to fix this issue, please make sure you refer our [Contributing](.github/CONTRIBUTING.md) section for detailed set of steps.

.github/PULL_REQUEST_TEMPLATE.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Fixes # .
44

55
- [ ] Add test case(s)
66
- [ ] Update `CHANGES.txt`
7+
- [ ] Auto applied styling via `./gradlew autostyleApply`
78

89
We encourage pull requests that:
910

@@ -12,3 +13,5 @@ We encourage pull requests that:
1213

1314
If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the
1415
[TestNG-dev](https://groups.google.com/forum/#!forum/testng-dev) before you spend time working on it.
16+
17+
**Note:** For more information on contribution guidelines please make sure you refer our [Contributing](.github/CONTRIBUTING.md) section for detailed set of steps.

0 commit comments

Comments
 (0)