|
| 1 | +<!-- |
| 2 | +Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated! |
| 3 | +
|
| 4 | +Please make sure that you are familiar with and follow the Code of Conduct for |
| 5 | +this project (found in the CODE_OF_CONDUCT.md file). |
| 6 | +
|
| 7 | +Also, please make sure you're familiar with and follow the instructions in the |
| 8 | +contributing guidelines (found in the CONTRIBUTING.md file). |
| 9 | +
|
| 10 | +If you're new to contributing to open source projects, you might find this free |
| 11 | +video course helpful: http://kcd.im/pull-request |
| 12 | +
|
| 13 | +Please fill out the information below to expedite the review and (hopefully) |
| 14 | +merge of your pull request! |
| 15 | +--> |
| 16 | + |
| 17 | + |
| 18 | +**What**: |
| 19 | + |
| 20 | +<!-- What changes are being made? (What feature/bug is being fixed here?) --> |
| 21 | + |
| 22 | +**Why**: |
| 23 | + |
| 24 | +<!-- Why are these changes necessary? --> |
| 25 | + |
| 26 | +**How**: |
| 27 | + |
| 28 | +<!-- How were these changes implemented? --> |
| 29 | + |
| 30 | +**Checklist**: |
| 31 | + |
| 32 | +<!-- Have you done all of these things? --> |
| 33 | + |
| 34 | +<!-- |
| 35 | +To check an item, place an "x" in the box like so: "- [x] Documentation" |
| 36 | +Remove any items that are relevant to your changes |
| 37 | +--> |
| 38 | + |
| 39 | +- [ ] Documentation updated |
| 40 | +- [ ] Tests |
| 41 | +- [ ] Typescript definitions updated |
| 42 | +- [ ] Ready to be merged |
| 43 | + <!-- In your opinion, is this ready to be merged as soon as it's reviewed? --> |
| 44 | +- [ ] Added myself to contributors table |
| 45 | + <!-- this is optional, see the contributing guidelines for instructions --> |
| 46 | + |
| 47 | +<!-- feel free to add additional comments --> |
0 commit comments