This is a toy repository, not a sample repository. (changes merged)
This is change A and also change B.
This is change C. Isn't it great?
We want to make contributing to this project as easy and transparent as possible.
Please make sure the following is done when submitting a pull request:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add tests. -> if someone create test for it.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints. -> add lint to it :D