From 4c28cd600c6ff37a71f78e13805389f0146922e7 Mon Sep 17 00:00:00 2001 From: Krishnan Mahadevan Date: Wed, 17 Nov 2021 09:45:53 +0530 Subject: [PATCH] Adding contributing guidelines to templates. --- .github/ISSUE_TEMPLATE.md | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a17615ff2f..53181c4b20 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -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. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2c8352d00..0b58a17540 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,7 @@ Fixes # . - [ ] Add test case(s) - [ ] Update `CHANGES.txt` +- [ ] Auto applied styling via `./gradlew autostyleApply` We encourage pull requests that: @@ -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.