Insert a link to contributing guidelines in PR template

This commit is contained in:
Faisal Salman 2024-11-20 17:01:04 +07:00
parent 536031d789
commit 4ddbeeaa06
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Prerequisites # 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 - [ ] 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 # Type of Change

View File

@ -4,4 +4,4 @@
* Make some changes as required * Make some changes as required
* Write unit test to showcase its functionality under `/test` * 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` * 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 * Submit a pull request & check the CLA in the submission form