Skip to content

Commit 4ddbeea

Browse files
committed
Insert a link to contributing guidelines in PR template
1 parent 536031d commit 4ddbeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prerequisites
22

3-
- [ ] I have read and follow the contributing guidelines
3+
- [ ] I have read and follow the [contributing](https://github.com/faisalman/ua-parser-js/blob/master/CONTRIBUTING.md) guidelines
44
- [ ] I have read and accept the [Contributor License Agreement (CLA)](https://gist.github.com/faisalman/2ed16621ebb544157eba85a7f7381417) Document and I hereby sign the CLA
55

66
# Type of Change

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* Make some changes as required
55
* Write unit test to showcase its functionality under `/test`
66
* Run the test suites to make sure it's not breaking anything `$ npm run build+test`
7-
* Submit a pull request under `develop` branch & check the CLA in the submission form
7+
* Submit a pull request & check the CLA in the submission form

0 commit comments

Comments
 (0)