Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit e46b7e9

Browse files
author
z
committed
edited pull req
1 parent 05d0c91 commit e46b7e9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@
66
-->
77

88
<!--place the issue number which this PR is solving. Eg: Fixes #27-->
9-
Fixes
9+
Fixes
1010

1111
## Changes proposed in this PR
1212
- <!-- change 1-->
1313
- <!--change 2-->
1414

15-
1615
<!-- Checked checkbox should look like this: [x] -->
16+
### Checklist for this PR
17+
18+
- [ ] I have read [contributing guidelines](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md).
19+
- [ ] I executed `yarn lint` locally to format my code.
20+
- [ ] All tests `yarn test` ran successfully.
21+
- [ ] Pull request is towards `develop` branch.
1722
<!--If change is related to UI then tick below checkbox otherwise delete below line-->
18-
- [ ] I have tested responsiveness of the UI by checking on max devices using this tool http://quirktools.com/screenfly/
23+
- [ ] I have tested responsiveness of the UI by checking on max devices using [ScreenFly](http://quirktools.com/screenfly/)

0 commit comments

Comments
 (0)