Skip to content

Commit

Permalink
Adding contributing guidelines to templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
krmahadevan committed Nov 17, 2021
1 parent 67473d5 commit 4c28cd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@

### Test case sample
> Please, share the test case (as small as possible) which shows the issue

### Contribution guidelines

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.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Fixes # .

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

We encourage pull requests that:

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

If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the
[TestNG-dev](https://groups.google.com/forum/#!forum/testng-dev) before you spend time working on it.

**Note:** For more information on contribution guidelines please make sure you refer our [Contributing](.github/CONTRIBUTING.md) section for detailed set of steps.

0 comments on commit 4c28cd6

Please # to comment.