|
1 |
| -<!--- Provide a general summary of the PR in the Title above --> |
2 |
| - |
3 | 1 | <!--
|
4 | 2 | Thank you very much for contributing to coderplex by creating an PR! ❤️
|
5 |
| - To quickly merge this PR we ask you to check off the following list |
6 | 3 | -->
|
7 | 4 |
|
8 |
| -<!--place the issue number which this PR is solving. Eg: Fixes #27--> |
9 |
| -Fixes |
| 5 | +<!-- |
| 6 | +Please make sure you are familiar with and follow the instructions in the |
| 7 | +contributing guidelines (found in the CONTRIBUTING.md file). |
| 8 | +
|
| 9 | +Please fill out the information below to expedite the review and (hopefully) |
| 10 | +merge of your pull request! |
| 11 | +--> |
| 12 | + |
| 13 | +<!-- Is it a Bug fix, feature, docs update, ... --> |
| 14 | + |
| 15 | +# What kind of change does this PR introduce |
| 16 | + |
| 17 | +<!-- You can also link to an open issue here --> |
10 | 18 |
|
11 |
| -## Changes proposed in this PR |
12 |
| -- <!-- change 1--> |
13 |
| -- <!--change 2--> |
| 19 | +## What is the current behavior |
| 20 | + |
| 21 | +<!-- if this is a feature change --> |
| 22 | + |
| 23 | +## What is the new behavior |
| 24 | + |
| 25 | +<!-- Have you done all of these things? --> |
14 | 26 |
|
15 |
| -<!-- Checked checkbox should look like this: [x] --> |
16 | 27 | ### Checklist for this PR
|
17 | 28 |
|
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. |
22 |
| -<!--If change is related to UI then tick below checkbox otherwise delete below line--> |
23 |
| -- [ ] I have tested responsiveness of the UI by checking on max devices using [ScreenFly](http://quirktools.com/screenfly/) |
| 29 | +<!-- add "N/A" to the end of each line that's irrelevant to your changes --> |
| 30 | + |
| 31 | +<!-- to check an item, place an "x" in the box like so: "- [x] Documentation" --> |
| 32 | + |
| 33 | +* [ ] I have read [contributing guidelines](https://github.com/coderplex/coderplex/blob/develop/.github/CONTRIBUTING.md). |
| 34 | +* [ ] I executed `yarn lint` locally to format my code. |
| 35 | +* [ ] All tests `yarn test` ran successfully. |
| 36 | +* [ ] Pull request is towards `develop` branch. |
| 37 | +* [ ] I have tested responsiveness of the UI by checking on devices using [ScreenFly](http://quirktools.com/screenfly/) <!--If change is related to UI then tick this checkbox otherwise mention N/A--> |
| 38 | +* [ ] Documentation |
| 39 | +* [ ] Tests |
| 40 | +* [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> |
| 41 | +* [ ] Added myself to contributors table <!-- this is optional, see the contributing guidelines for instructions --> |
| 42 | + |
| 43 | +<!-- feel free to add additional comments --> |
| 44 | + |
| 45 | +<!-- Thank you for contributing! --> |
0 commit comments