mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-26 23:48:46 +03:00
Insert a link to contributing guidelines in PR template
This commit is contained in:
parent
536031d789
commit
4ddbeeaa06
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user