We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7493c commit 1b4d7daCopy full SHA for 1b4d7da
README.md
@@ -502,6 +502,16 @@ end
502
503
```
504
505
+## Contributing
506
+
507
+Contributions are welcome! Please fork this repo and send a pull request. Your pull request should have:
508
509
+* a description about what's broken or what the desired functionality is
510
+* a test illustrating the bug or new feature
511
+* the code to fix the bug
512
513
+Ideally, the PR has 2 commits - the first showing the failed test and the second with the fix - although this is not
514
+required. The commits will be squashed into master once accepted.
515
516
## Changelog
517
0 commit comments