From 4ddbeeaa069dd6b0dee81e542c0c0ce1e6dd1fe1 Mon Sep 17 00:00:00 2001 From: Faisal Salman Date: Wed, 20 Nov 2024 17:01:04 +0700 Subject: [PATCH] Insert a link to contributing guidelines in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f1a3b8d..c658b18 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ # Prerequisites -- [ ] I have read and follow the contributing guidelines +- [ ] I have read and follow the [contributing](https://github.com/faisalman/ua-parser-js/blob/master/CONTRIBUTING.md) guidelines - [ ] I have read and accept the [Contributor License Agreement (CLA)](https://gist.github.com/faisalman/2ed16621ebb544157eba85a7f7381417) Document and I hereby sign the CLA # Type of Change diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7ac0d6..0bb377b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,4 +4,4 @@ * Make some changes as required * Write unit test to showcase its functionality under `/test` * Run the test suites to make sure it's not breaking anything `$ npm run build+test` -* Submit a pull request under `develop` branch & check the CLA in the submission form \ No newline at end of file +* Submit a pull request & check the CLA in the submission form \ No newline at end of file